log
log copied to clipboard
access to current minLevel
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.