StrictLogger.minOutputLevel

  1. LoggingLevel minOutputLevel()
    class StrictLogger
    nothrow const @property @trusted
    LoggingLevel
    minOutputLevel
    ()
  2. void minOutputLevel(LoggingLevel level)

Return Value

Type: LoggingLevel

minimum log level, will be printed in the console.

Meta