std.logger.nulllogger
Source: std/logger/nulllogger.d
class NullLogger
Types 1
classNullLogger : Logger
The NullLogger will not process any log messages.
In case of a log message with LogLevel.fatal nothing will happen.
Methods
Source: std/logger/nulllogger.d
The NullLogger will not process any log messages.
In case of a log message with LogLevel.fatal nothing will happen.