NLog Logging Library

FilterCollection.Add Method 

[This is preliminary documentation and subject to change.]

Adds an instance of type Filter to the end of this FilterCollection.

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

Parameters

value
The Filter to be added to the end of this FilterCollection.

See Also

FilterCollection Class | NLog Namespace