qore icon indicating copy to clipboard operation
qore copied to clipboard

preformatted log messages cannot be submitted to Loggers

Open davidnich opened this issue 5 years ago • 1 comments

currently all Logger messages are formatted after submission which makes *printf-style format characters disappear - ex: a literal logging string like %s %y %d will be logged as null 0

davidnich avatar Jun 17 '19 07:06 davidnich

can be worked around with "log(xxx, "%s", str)

davidnich avatar Jun 26 '19 15:06 davidnich