RootLogger ClassApache log4net™ SDK Documentation
The RootLogger sits at the root of the logger hierarchy tree.
Inheritance Hierarchy

OnlineSystem Object
  log4net.Repository.Hierarchy Logger
    log4net.Repository.Hierarchy RootLogger

Namespace: log4net.Repository.Hierarchy
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public class RootLogger : Logger
Remarks

The RootLogger is a regular Logger except that it provides several guarantees.

First, it cannot be assigned a null level. Second, since the root logger cannot have a parent, the EffectiveLevel property always returns the value of the level field without walking the hierarchy.

See Also