Click or drag to resize

FilterResult Enumeration

Filter result.

Namespace:  NLog.Filters
Assembly:  NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntax
public enum FilterResult
Members
  Member nameValueDescription
Neutral0 The filter doesn't want to decide whether to log or discard the message.
Log1 The message should be logged.
Ignore2 The message should not be logged.
LogFinal3 The message should be logged and processing should be finished.
IgnoreFinal4 The message should not be logged and processing should be finished.
See Also