Gets the assigned level value without walking the logger hierarchy.
Namespace: log4net.Repository.Hierarchy
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Property Value
Type: LevelThe assigned level value without walking the logger hierarchy.
Remarks
Because the root logger cannot have a parent and its level must not be null this property just returns the value of Level.
See Also