These methods get and set the global LogLevel.
Every log message with a LogLevel lower than the global LogLevel will be discarded before it reaches writeLogMessage method of any Logger.
See Implementation
These methods get and set the global LogLevel.
Every log message with a LogLevel lower than the global LogLevel will be discarded before it reaches writeLogMessage method of any Logger.