Uses of Enum Class
cloud.opencode.base.log.filter.FilterAction
Packages that use FilterAction
Package
Description
Log Filter Package - Provides Extensible Log Event Filtering
日志过滤器包 - 提供可扩展的日志事件过滤
-
Uses of FilterAction in cloud.opencode.base.log.filter
Subclasses with type arguments of type FilterAction in cloud.opencode.base.log.filterModifier and TypeClassDescriptionenumFilter Action Enum - Defines Possible Filter Decisions 过滤器动作枚举 - 定义可能的过滤器决策Methods in cloud.opencode.base.log.filter that return FilterActionModifier and TypeMethodDescriptionApplies all filters in order to the given log event.Filters the event based on its level.Evaluates the given log event and returns a filter action.Filters the event based on its marker.Filters the event based on message throttling.static FilterActionReturns the enum constant of this class with the specified name.static FilterAction[]FilterAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.log.filter with parameters of type FilterActionModifierConstructorDescriptionMarkerFilter(String markerName, FilterAction onMatch, FilterAction onMismatch) Creates a marker filter with the specified name and actions.