Package ch.qos.logback.classic.spi
Class TurboFilterList
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<TurboFilter>,Collection<TurboFilter>,List<TurboFilter>,RandomAccess,SequencedCollection<TurboFilter>
@Deprecated(since="2022-01-27")
public final class TurboFilterList
extends CopyOnWriteArrayList<TurboFilter>
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Implementation of TurboFilterAttachable.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.concurrent.CopyOnWriteArrayList
add, add, addAll, addAll, addAllAbsent, addFirst, addIfAbsent, addLast, clear, clone, contains, containsAll, equals, forEach, get, getFirst, getLast, hashCode, indexOf, indexOf, isEmpty, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, replaceAll, retainAll, reversed, set, size, sort, spliterator, subList, toArray, toArray, toStringMethods inherited from interface java.util.Collection
parallelStream, stream, toArray
-
Constructor Details
-
TurboFilterList
public TurboFilterList()Deprecated.
-
-
Method Details
-
getTurboFilterChainDecision
public FilterReply getTurboFilterChainDecision(Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t) Deprecated.Loop through the filters in the chain. As soon as a filter decides on ACCEPT or DENY, then that value is returned. If all of the filters return NEUTRAL, then NEUTRAL is returned.
-