Lookup a Level by name
Namespace: log4net.CoreAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- name
- Type: System String
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