qore
qore copied to clipboard
preformatted log messages cannot be submitted to Loggers
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
can be worked around with "log(xxx, "%s", str)