Class Index | File Index

Classes


Class DisabledLogger


Defined in: loggerDisabled.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructor-Method of Class DisabledLogger: This logger implementation will never print logging output.
Method Summary
Method Attributes Method Name and Description
 
c()
 
 
d()
 
 
e()
 
 
 
i()
 
info()
 
isc()
 
 
isd()
 
 
 
ise()
 
 
isi()
 
 
isv()
 
 
isw()
 
 
log()
 
 
v()
 
 
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()

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Feb 26 2016 21:33:47 GMT+0100 (Mitteleuropäische Zeit)