Uses of Interface
cloud.opencode.base.log.filter.LogFilter
Packages that use LogFilter
Package
Description
Log Filter Package - Provides Extensible Log Event Filtering
日志过滤器包 - 提供可扩展的日志事件过滤
-
Uses of LogFilter in cloud.opencode.base.log.filter
Classes in cloud.opencode.base.log.filter that implement LogFilterModifier and TypeClassDescriptionfinal classLevel Filter - Filters Log Events by Threshold Level 级别过滤器 - 按阈值级别过滤日志事件final classMarker Filter - Filters Log Events by Marker Name 标记过滤器 - 按标记名称过滤日志事件final classThrottle Filter - Rate-Limits Duplicate Log Messages 节流过滤器 - 限制重复日志消息的速率Methods in cloud.opencode.base.log.filter that return types with arguments of type LogFilterModifier and TypeMethodDescriptionLogFilterChain.getFilters()Returns an unmodifiable view of the current filters.Methods in cloud.opencode.base.log.filter with parameters of type LogFilterModifier and TypeMethodDescriptionvoidAdds a filter to this chain, sorted by order.voidLogFilterChain.removeFilter(LogFilter filter) Removes a filter from this chain.