AcceptFilters Property

Definition

Assembly XenoAtom.Logging.dll

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; }

Returns

Remarks

Mutate this collection only during configuration updates, then call ApplyChanges().