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
-
-
critical()
-
-
-
debug()
-
-
-
error()
-
-
getLevel()
-
-
-
info()
-
-
isc()
-
-
isCritical()
-
-
isd()
-
-
isDebug()
-
-
isDisabled()
-
-
ise()
-
-
isError()
-
-
isi()
-
-
isInfo()
-
-
isv()
-
-
isVerbose()
-
-
isw()
-
-
isWarn()
-
-
log()
-
-
setLevel()
-
-
-
verbose()
-
-
-
warn()
-