NLog Logging Library

Filter Class

[This is preliminary documentation and subject to change.]

An abstract filter class. Provides a way to eliminate log messages based on properties other than logger name and log level.

For a list of all members of this type, see Filter Members.

System.Object
   NLog.Filter
      NLog.Filters.ConditionBasedFilter
      NLog.Filters.LayoutBasedFilter

[Visual Basic]
MustInherit Public Class Filter
[C#]
public abstract class Filter

Thread Safety

This type is safe for multithreaded operations.

Requirements

Namespace: NLog

Assembly: NLog (in NLog.dll)

See Also

Filter Members | NLog Namespace