Level Constructor (Int32, String)Apache log4net™ SDK Documentation
Constructor

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public Level(
	int level,
	string levelName
)

Parameters

level
Type: OnlineSystem Int32
Integer value for this level, higher values represent more severe levels.
levelName
Type: OnlineSystem String
The string name of this level.
Remarks

Initializes a new instance of the Level class with the specified level name and value.

See Also