View Source EventStreamex.Operators.Logger.LoggerAdapter (EventStreamex v1.5.1)
An error logger adapter that writes logs in the console.
See EventStreamex.Operators.Logger.ErrorLoggerAdapter for more information
about the error logging.
Summary
Functions
Returns a specification to start this module under a supervisor.
Logs an error with the :critical level.
The operator will not be restarted again.
Logs an error with the :error level.
The operator will be restarted.
Starts the adapter
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Logs an error with the :critical level.
The operator will not be restarted again.
Logs an error with the :error level.
The operator will be restarted.
Starts the adapter