Logger.this

Construct a LoggerInstance with the specified name for the given hierarchy. By default, logger instances are additive and are set to emit all events.

class Logger
package
this

Parameters

host HierarchyT!(Logger)

Hierarchy instance that is hosting this logger

name istring

name of this Logger

Meta