LevelMapAdd Method (String, Int32, String)Apache log4net™ SDK Documentation
Create a new Level and add it to the map

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

public void Add(
	string name,
	int value,
	string displayName
)

Parameters

name
Type: SystemString
the string to display for the Level
value
Type: SystemInt32
the level value to give to the Level
displayName
Type: SystemString
the display name to give to the Level
Remarks

Create a new Level and add it to the map

See Also

Reference