Protected_The list of channels.
Protected_The logger event bus.
The context that is added to logged messages.
The minimum log level of messages that would be dispatched to channels.
Log an informational message that highlight the progress of the application at coarse-grained level.
The alias for info.
true if debug messages are logged.
true if error messages are logged.
true if fatal messages are logged.
true if info messages are logged.
true if trace messages are logged.
true if warn messages are logged.
Protected_Dispatches message to channels.
The message level.
The message arguments.
The message context.
Creates a new channel and appends it to this logger.
Processors that are added to a channel.
Log a fine-grained informational message that are most useful to debug an application.
Log an error event that might still allow the application to continue running.
Log a very severe error events that will presumably lead the application to abort.
Notifies processors that all messages that are not yet dispatched, should be dispatched immediatelly.
Log an informational message that highlight the progress of the application at coarse-grained level.
Publishes an event to subscribers of this logger.
The published event.
Removes all channels, unsubscribes all subscribers, and resets the log level.
The minimum log level of messages that would be dispatched to channels.
The context that is added to dispatched messages.
Subscribes to events published by the logger.
The listener callback that is invoked when an event is published.
The callback that unsubscribes the listener.
Dispatches logged messages to channels.