Class: DisabledLogger

DisabledLogger

new DisabledLogger()

Constructor-Method of Class DisabledLogger: This logger implementation will never print logging output. Has the same interface (functions etc) as Logger of the mmir.Logging factory, but isXXX functions will always return false and the logging-functions will never do anything (i.e. these are no-op functions).

Methods