Gets or sets the assigned Level for the root logger.
Namespace: log4net.Repository.HierarchyAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: LevelThe Level of the root logger.
Remarks
Setting the level of the root logger to a null reference may have catastrophic results. We prevent this here.
See Also