Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LevelMap.Add�Method�(String, Int32)

Create a new Level and add it to the map

[Visual�Basic]
Overloads�Public�Sub�Add( _
���ByVal name�As�String,�_
���ByVal value�As�Integer�_
)
[C#]
public�void�Add(
���stringname,
���intvalue
);

Parameters

name
the string to display for the Level
value
the level value to give to the Level

Remarks

Create a new Level and add it to the map

See Also

LevelMap Class | log4net.Core Namespace | LevelMap.Add Overload List | Add