Logger focused on debugging a program with colorization of the severity.
Default logger with low clutter in the console which mean it is suitable for use with user interfacing log messages.
Unknown logger.
The verbosity level of the logging to use.
Remove all registered loggers.
Configure std.experimental.logger sharedLog with a colorlog instance and register it with name "_".
Log a mesage to the specified logger.
Always takes the global lock to find the logger.
Create a logger for the module and make it configurable from "outside" via the registry.
A string mixin to create a SimpleLogger for the module.
Parse a comma+equal separated string for logger names that can be used with setLogLevel.
Register a logger for the module and make it configurable from "outside" via the registry.
Set the log level for name.
Set the log level for all loggers in names.
Set the log level for all loggers in names.
The parent of all loggers.