Logging Configuration Filter
data class LoggingConfigurationFilter(val behavior: LoggingConfigurationFilterBehavior, val conditions: List<LoggingConfigurationCondition>, val requirement: LoggingConfigurationFilterRequirement)
Constructors
Link copied to clipboard
constructor(behavior: LoggingConfigurationFilterBehavior, conditions: List<LoggingConfigurationCondition>, requirement: LoggingConfigurationFilterRequirement)
Properties
Link copied to clipboard
How to handle logs that satisfy the filter's conditions and requirement.
Link copied to clipboard
Match conditions for the filter.
Link copied to clipboard
Logic to apply to the filtering conditions. You can specify that, in order to satisfy the filter, a log must match all conditions or must match at least one condition.