Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

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(
���Levelitem
);

Parameters

item
The Level to remove from the LevelCollection.

Exceptions

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

See Also

LevelCollection Class | log4net.Core Namespace