Registers a callback used to log information log messages.
A function that takes a single string representing the informational message.
A mask representing the types of message to log using the callback.
Returns a reference to the callback so it can later be cancelled using remove.
Write to the registered loggers
A callback to produce the log message if there is a suitable logger.
The type of log message.
Removes a previously registered logging callback.
The reference number returned by the call to add.
Generated using TypeDoc
Logging API used by @steelbreeze/state. Enables other logging solutions to be integrated.