log4net SDK Reference

LevelCollection.Remove Method 

Removes the first occurrence of a specific Level from the LevelCollection.

[Visual Basic]
Overridable Public Sub Remove( _
   ByVal item As Level _
)
[C#]
public virtual void Remove(
   Level item
);

Parameters

item
The Level to remove from the LevelCollection.

Remarks

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

Exceptions

Exception Type Condition
ArgumentException The specified Level was not found in the LevelCollection.

See Also

LevelCollection Class | log4net.Core Namespace