log4net SDK Reference

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(
   string name,
   int value
);

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