Currently, the formatting is taking a long time to generate even if the message is not logged. This prevents including all the "debug" and "trace" logging lines in the release build, since performance suffers even if loglevel is "info" or higher.
Need to find a better way to delay formatting until the message is actually to be logged.
Currently, the formatting is taking a long time to generate even if the message is not logged. This prevents including all the "debug" and "trace" logging lines in the release build, since performance suffers even if loglevel is "info" or higher.
Need to find a better way to delay formatting until the message is actually to be logged.