globalLogLevel

fnLogLevel globalLogLevel() @property @safe @nogc

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.

fnvoid globalLogLevel(LogLevel ll) @property @safe

Ditto