log4net SDK Documentation - Microsoft .NET Framework 4.0

LevelCollection.Add Method 

Adds a Level to the end of the LevelCollection.

[Visual Basic]
Overridable Public Function Add( _
   ByVal item As Level _
) As Integer
[C#]
public virtual int Add(
   Level item
);

Parameters

item
The Level to be added to the end of the LevelCollection.

Return Value

The index at which the value has been added.

See Also

LevelCollection Class | log4net.Core Namespace