Constructors
constructor
-
Parameters
-
name: any
-
Default value level: string = "WARN"
Properties
Static LOG_LEVEL
LOG_LEVEL: any = null
Methods
_log
- _log(type: string, ...msg: any[]): void
-
Parameters
-
type: string
-
Rest ...msg: any[]
Returns void
_padding
-
Parameters
Returns string
debug
- debug(...msg: any[]): void
error
- error(...msg: any[]): void
info
- info(...msg: any[]): void
verbose
- verbose(...msg: any[]): void
warn
- warn(...msg: any[]): void
Write logs
Logger