Class DisabledLogger
Defined in: loggerDisabled.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Constructor-Method of Class DisabledLogger:
This logger implementation will never print logging output.
|
Method Attributes | Method Name and Description |
---|---|
c()
|
|
critical()
|
|
d()
|
|
debug()
|
|
e()
|
|
error()
|
|
getLevel()
|
|
i()
|
|
info()
|
|
isc()
|
|
isd()
|
|
isDebug()
|
|
ise()
|
|
isError()
|
|
isi()
|
|
isInfo()
|
|
isv()
|
|
isw()
|
|
isWarn()
|
|
log()
|
|
setLevel()
|
|
v()
|
|
verbose()
|
|
w()
|
|
warn()
|
Class Detail
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).
Method Detail
c()
critical()
d()
debug()
e()
error()
getLevel()
i()
info()
isc()
isCritical()
isd()
isDebug()
isDisabled()
ise()
isError()
isi()
isInfo()
isv()
isVerbose()
isw()
isWarn()
log()
setLevel()
v()
verbose()
w()
warn()