LevelCollectionRemove Method Apache log4net™ SDK Documentation
Removes the first occurrence of a specific Level from the LevelCollection.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public virtual void Remove(
	Level item
)

Parameters

item
Type: log4net.CoreLevel
The Level to remove from the LevelCollection.
Exceptions

ExceptionCondition
ArgumentException The specified Level was not found in the LevelCollection.
See Also

Reference