LevelMap Add 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: 1.2.15.0 (1.2.15.0)
Syntax

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

Create a new Level and add it to the map

See Also