std.logger.nulllogger

Types 1

The NullLogger will not process any log messages.

In case of a log message with LogLevel.fatal nothing will happen.

Methods
void writeLogMsg(ref LogEntry payload) @safe @nogc
Constructors
this(const LogLevel lv = LogLevel.all)The default constructor for the `NullLogger`.