log icon indicating copy to clipboard operation
log copied to clipboard

access to current minLevel

Open bj0 opened this issue 8 years ago • 0 comments

There's currently no way to check if a log statement will be printed or not. There should be a public getter for min level, or at least a isLoggable(level) function so that we can conditionally prevent creation of strings that will not be logged.

bj0 avatar Oct 03 '17 22:10 bj0