log4net SDK Reference

LevelMapping.Add Method 

Add a LevelMappingEntry to this mapping

[Visual Basic]
Public Sub Add( _
   ByVal entry As LevelMappingEntry _
)
[C#]
public void Add(
   LevelMappingEntry entry
);

Parameters

entry
the entry to add

Remarks

If a LevelMappingEntry has previously been added for the same Level then that entry will be overwritten.

See Also

LevelMapping Class | log4net.Util Namespace