Sets or gets the default captureRejection value for all emitters.
This symbol shall be used to install a listener for only monitoring 'error'
events. Listeners installed using this symbol are called before the regular
'error'
listeners are called.
Installing a listener using this symbol does not change the behavior once an
'error'
event is emitted, therefore the process will still crash if no
regular 'error'
listener is installed.
Adds a new action.
The action to add.
this
Adds a new filter.
The filter to add.
this
Logs an alert message.
Clears anything of that logger.
this
Clears the action list.
this
Clears the filter list.
this
Logs a critical message.
Logs a debug message.
Logs an emergency message.
Logs an error message.
Logs an info message.
Logs a message.
Sync logging.
The type.
The message.
Normalizes a tag value.
The input value.
The output value.
Logs a note message.
Logs a trace message.
Logs a warning message.
Generated using TypeDoc
A logger based on actions.