Registers a new logger instance.
The specified Logger will receive all log messages in its Logger.log method after it has been registered.
auto logger = cast(shared)new HTMLLogger("log.html"); logger.lock().format = FileLogger.Format.threadTime; registerLogger(logger);
deregisterLogger
See Implementation
Registers a new logger instance.
The specified Logger will receive all log messages in its Logger.log method after it has been registered.