log4net SDK Reference

LevelMap.Add Method (String, Int32, String)

Create a new Level and add it to the map

[Visual Basic]
Overloads Public Sub Add( _
   ByVal name As String, _
   ByVal value As Integer, _
   ByVal displayName As String _
)
[C#]
public void Add(
   string name,
   int value,
   string displayName
);

Parameters

name
the string to display for the Level
value
the level value to give to the Level
displayName
the display name 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