Protected
contextProtected
Readonly
contextProtected
Readonly
errorStatic
Readonly
rootProtected
callLog at 'debug'
level the given msg. If the first argument is an object, all its properties will be included in the JSON line.
If more args follows msg
, these will be used to format msg
using util.format
.
Optional
msg: stringLog at 'error'
level the given msg. If the first argument is an object, all its properties will be included in the JSON line.
If more args follows msg
, these will be used to format msg
using util.format
.
Optional
msg: stringLog at 'fatal'
level the given msg. If the first argument is an object, all its properties will be included in the JSON line.
If more args follows msg
, these will be used to format msg
using util.format
.
Optional
msg: stringLog at 'info'
level the given msg. If the first argument is an object, all its properties will be included in the JSON line.
If more args follows msg
, these will be used to format msg
using util.format
.
Optional
msg: stringLog at 'trace'
level the given msg. If the first argument is an object, all its properties will be included in the JSON line.
If more args follows msg
, these will be used to format msg
using util.format
.
Optional
msg: stringLog at 'warn'
level the given msg. If the first argument is an object, all its properties will be included in the JSON line.
If more args follows msg
, these will be used to format msg
using util.format
.
Optional
msg: string
root is the most root logger that can be used to change params at runtime. Accessible only when
useExisting
is not set totrue
inParams
. Readonly, but you can change it's properties.