RejectFilters Property

Definition

Assembly XenoAtom.Logging.dll

Gets the filters to reject a log message. By default, if no reject filters are defined, no log messages are rejected.

public List<LogFilter> RejectFilters { get; }

Returns

Remarks

The reject filters are applied before the accept filters and will return immediately if a filter rejects the log message. Mutate this collection only during configuration updates, then call ApplyChanges().