log
log copied to clipboard
Add supplier pattern to avoid message creation overhead.
The supplier will only be invoked if the log line's level is met. Otherwise we avoid string creation. This is to optimize applications that may want to minimize extra string creation overhead.
Hi @tj. I was wondering how often you get a chance to review PRs to this repo. I noticed there wasn't any updates in the last year. Thank you!