core/logging

Members

(inner, constant) LogLevels :Object

Source:
Type:
  • Object

(inner, constant) Config :Object

Source:
Log config
Type:
  • Object

Methods

(inner) showTrace()

Source:
Set `Config.LogLevel` to TRACE

(inner) showInfo()

Source:
Set `Config.LogLevel` to INFO

(inner) showWarn()

Source:
Set `Config.LogLevel` to WARN

(inner) showError()

Source:
Set `Config.LogLevel` to ERROR

(inner) silent()

Source:
Set `Config.LogLevel` to SILENT

(inner) lvl(l)

Source:
Set Config.LogLevel
Parameters:
Name Type Description
l LogLevel

(inner) trace(…args)

Source:
Log Trace
Parameters:
Name Type Attributes Description
args any <repeatable>

(inner) info(…args)

Source:
Log Info
Parameters:
Name Type Attributes Description
args any <repeatable>

(inner) warn(…args)

Source:
Log Warning
Parameters:
Name Type Attributes Description
args any <repeatable>

(inner) error(…args)

Source:
Log Error
Parameters:
Name Type Attributes Description
args any <repeatable>