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; }
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().