DefaultLoggerFactory.this

Constructs the factory with the given handler, and optionally a root logging level.

class DefaultLoggerFactory
this

Parameters

handler LogHandler

The handler that will handle all log messages.

rootLoggingLevel Level

The root logging level, which is the default level assigned to all Loggers produced by this factory, unless a module specific level is set.