The RootLogger sits at the root of the logger hierarchy tree.
Inheritance Hierarchy
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
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