Level Constructor (Int32, String)Apache log4netâ„¢ SDK Documentation
Constructor

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax

public Level(
	int level,
	string levelName
)

Parameters

level
Type: System.Int32
Integer value for this level, higher values represent more severe levels.
levelName
Type: System.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

Reference