Gets the effective level for this logger.
Namespace: log4net.Repository.HierarchyAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Return Value
Type: LevelThe nearest level in the logger hierarchy.
Remarks
Starting from this logger, searches the logger hierarchy for a non-null level and returns it. Otherwise, returns the level of the root logger.
The Logger class is designed so that this method executes as quickly as possible.
See Also