Gets the assigned level value without walking the logger hierarchy.
Namespace: log4net.Repository.HierarchyAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.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