NLog Logging Library

FilterCollection.Remove Method 

[This is preliminary documentation and subject to change.]

Removes the first occurrence of a specific Filter from this FilterCollection.

[Visual Basic]
Overridable Public Sub Remove( _
   ByVal value As Filter _
)
[C#]
public virtual void Remove(
   Filter value
);

Parameters

value
The Filter value to remove from this FilterCollection.

See Also

FilterCollection Class | NLog Namespace