globalLogLevel

This methods get and set the global LogLevel.

Every log message with a LogLevel lower as the global LogLevel will be discarded before it reaches writeLogMessage method of any Logger.

  1. LogLevel globalLogLevel [@property getter]
    @property @safe @nogc
    globalLogLevel
    ()
  2. void globalLogLevel [@property getter]

Meta

Suggestion Box / Bug Report