Click or drag to resize

LoggingRule Properties

The LoggingRule type exposes the following members.

Properties
  NameDescription
Public propertyFilterDefaultAction
Default action if none of the filters match
Public propertyFilters
Gets a collection of filters to be checked before writing to targets.
Public propertyFinal
Gets or sets a value indicating whether to quit processing any following rules when this one matches.
Public propertyFinalMinLevel
Gets or sets the LogLevel whether to quit processing any following rules when lower severity and this one matches.
Public propertyLevels
Gets the collection of log levels enabled by this rule.
Public propertyLoggerNamePattern
Gets or sets logger name pattern.
Public propertyRuleName
Rule identifier to allow rule lookup
Public propertyTargets
Gets a collection of targets that should be written to when this rule matches.
Top
See Also