Class LogFilter
Describe a set of rules for filtering logs.
[Serializable]
public class LogFilter
- Inheritance
-
LogFilter
- Inherited Members
Properties
CategorySpecificFilters
Filters to apply only to messages with specific categories.
[CreateProperty]
public Dictionary<string, LogLevels> CategorySpecificFilters { get; set; }
Property Value
DefaultAllowedLogLevels
The log levels to not filter out. Can be overridden for messages with specific tags using CategorySpecificFilters.
[CreateProperty]
public LogLevels DefaultAllowedLogLevels { get; set; }