Type Definitions
Logger
PropertiesName | Type | Description |
---|---|---|
trace | function | Outputs a log within the trace, debug, info, warn and error log-level with stacktrace |
debug | function | Outputs a log within the debug, info, warn and error log-levels |
info | function | Outputs a log within the info, warn and error log-levels |
warn | function | Outputs a log within the warn and error log-levels |
error | function | Outputs a log within the error log-level |