log4net SDK Reference

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.

Remarks

Missing <remarks> documentation for M:log4net.Core.LevelCollection.Add(log4net.Core.Level)

See Also

LevelCollection Class | log4net.Core Namespace