LevelCollection Remove 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: 1.2.15.0 (1.2.15.0)
Syntax

public virtual void Remove(
	Level item
)
Exceptions

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