Logger.fatalHandler

void delegate() fatalHandler() @property @safe @nogc

This delegate is called in case a log message with LogLevel.fatal gets logged.

By default an Error will be thrown.

void fatalHandler(void delegate() @safe fh) @property @safe @nogc

Ditto