Class: DisabledLogger

DisabledLogger

new mmir.tools.DisabledLogger()

Constructor-Method of Class DisabledLogger: This logger implementation will never print logging output. Has the same interface (functions etc) as mmir.tools.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