IThrottlingRuleEvaluator Interface |
Evaluates wheter a log entry should be logged or not
Namespace: Rock.LoggingAssembly: Rock.Logging (in Rock.Logging.dll) Version: 0.9.2
Syntaxpublic interface IThrottlingRuleEvaluator
Public Interface IThrottlingRuleEvaluator
public interface class IThrottlingRuleEvaluator
type IThrottlingRuleEvaluator = interface end
The IThrottlingRuleEvaluator type exposes the following members.
Methods
| Name | Description |
---|
 | ShouldLog |
Determines whether the specified log entry should be logged.
|
Top
See Also