Methods
-
silent()
-
Description
Turn off all logging. If you log something, it will not error, but will not do anything either
and the cycles are minimal.Details
-
all()
-
Description
Turns on all logging levels
Details
-
level( lvl )
-
Description
Sets the logging level to one of
trace
,debug
,info
,warn
,error
.Parameters
Name Type Description lvl
string The level to set it to. Can be one of
trace
,debug
,info
,warn
,error
.Details
-
trace( The )
-
Description
Log a
trace
callParameters
Name Type Description The
string value to log
Details
-
debug( The )
-
Description
Log a
debug
callParameters
Name Type Description The
string value to log
Details
-
info( The )
-
Description
Log a
info
callParameters
Name Type Description The
string value to log
Details
-
warn( The )
-
Description
Log a
warn
callParameters
Name Type Description The
string value to log
Details
-
error( The )
-
Description
Log a
error
callParameters
Name Type Description The
string value to log
Details