Lookup the mapping for the specified level
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- level
- Type: log4net.Core Level
the level to lookup
Return Value
Type: LevelMappingEntrythe LevelMappingEntry for the level or null if no mapping found
Remarks
Lookup the value for the specified level. Finds the nearest mapping value for the level that is equal to or less than the level specified.
If no mapping could be found then null is returned.
See Also