Lookup a Level by name
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- name
- Type: SystemString
The name of the Level to lookup
Return Value
Type: Levela Level from the map with the name specified
Remarks
Returns the Level from the map with the name specified. If the no level is found then null is returned.
See Also