Logger.this

Every subclass of Logger has to call this constructor from their constructor. It sets the LogLevel, and creates a fatal handler. The fatal handler will throw an Error if a log call is made with level LogLevel.fatal.

class Logger
@safe
this

Parameters

lv LogLevel

LogLevel to use for this Logger instance.

Meta

Suggestion Box / Bug Report