MultiLogger.this

A constructor for the MultiLogger Logger.

class MultiLogger
@safe
this

Parameters

lv LogLevel

The LogLevel for the MultiLogger. By default the LogLevel for MultiLogger is LogLevel.all.

Examples

auto l1 = new MultiLogger(LogLevel.trace);

Meta

Suggestion Box / Bug Report