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
this
(
this This
)

Parameters

lv LogLevel

LogLevel to use for this Logger instance.

Meta