Logger.this

this(LogLevel lv)

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.

Parameters

lvLogLevel to use for this Logger instance.