LevelCollection Insert Method Apache log4net™ SDK Documentation
Inserts an element into the LevelCollection at the specified index.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public virtual void Insert(
	int index,
	Level item
)
Exceptions

ExceptionCondition
OnlineSystem ArgumentOutOfRangeException

index is less than zero

-or-

index is equal to or greater than Count.

See Also