Create named logger instance.
Logger name which is logged to output.
Remove logger from registry.
Logger to unregister
Enable / disable loggers with specified name.
Logger name for update.
Indicates if loggers should be enabled / disabled
Enable / disable all loggers
Indicates if all loggers should be enabled / disabled
Returns a logger.
Returns an array of logger names.
Change the output channel.
Channel instance
Set log level for named logger.
Log to update
Level to set
Set log level for all loggers.
Level to set
Update all loggers with specified name.
Loggers for update.
Options to apply.
Update all registered loggers with given options.
Options to apply.
Generated using TypeDoc
Public interface for interacting with LoggerManager class.
The logger manager creates named Logger instances. Every logger is registered and can be enabled or disabled using its own name.
It is a good practice to remove a logger from the registry if it is not in use anymore.