ProtectedcontextProtected ReadonlycontextProtected ReadonlyerrorStatic ReadonlyrootProtectedcallLog 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.
Optionalmsg: 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.
Optionalmsg: 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.
Optionalmsg: 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.
Optionalmsg: 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.
Optionalmsg: 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.
Optionalmsg: string
root is the most root logger that can be used to change params at runtime. Accessible only when
useExistingis not set totrueinParams. Readonly, but you can change it's properties.