Level Constructor (Int32, String, 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,
	string displayName
)

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.
displayName
Type: OnlineSystem String
The display name for this level. This may be localized or otherwise different from the name
Remarks

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

See Also