Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LevelMapping.Add�Method�

Add a LevelMappingEntry to this mapping

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

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