LoggingRule Properties |
The LoggingRule type exposes the following members.
Name | Description | |
---|---|---|
FilterDefaultAction |
Default action if none of the filters match
| |
Filters |
Gets a collection of filters to be checked before writing to targets.
| |
Final |
Gets or sets a value indicating whether to quit processing any following rules when this one matches.
| |
FinalMinLevel |
Gets or sets the LogLevel whether to quit processing any following rules when lower severity and this one matches.
| |
Levels |
Gets the collection of log levels enabled by this rule.
| |
LoggerNamePattern |
Gets or sets logger name pattern.
| |
RuleName |
Rule identifier to allow rule lookup
| |
Targets |
Gets a collection of targets that should be written to when this rule matches.
|