LevelCollectionContains Method Apache log4net™ SDK Documentation
Determines whether a given Level is in the LevelCollection.

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

public virtual bool Contains(
	Level item
)

Parameters

item
Type: log4net.CoreLevel
The Level to check for.

Return Value

Type: Boolean
true if item is found in the LevelCollection; otherwise, false.
See Also

Reference