Gets the filters to accept a log message. By default, if no accept filters are defined, all log messages are accepted.
public List<LogFilter> AcceptFilters { get; }
Mutate this collection only during configuration updates, then call ApplyChanges().