Constructor
            
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
Parameters
- level
- Type: SystemInt32
 Integer value for this level, higher values represent more severe levels.
- levelName
- Type: SystemString
 The string name of this level.
Remarks
Initializes a new instance of the Level class with the specified level name and value.
See Also