Package ch.qos.logback.core.spi
Interface FilterAttachable<E>
- All Known Subinterfaces:
Appender<E>
- All Known Implementing Classes:
AbstractServerSocketAppender,AbstractSocketAppender,AbstractSSLSocketAppender,AppenderBase,AsyncAppender,AsyncAppenderBase,ConsoleAppender,CyclicBufferAppender,FileAppender,FilterAttachableImpl,ListAppender,NOPAppender,OutputStreamAppender,RollingFileAppender,ServerSocketAppender,SiftingAppender,SiftingAppenderBase,SMTPAppender,SMTPAppenderBase,SocketAppender,SSLServerSocketAppender,SSLServerSocketAppenderBase,SSLSocketAppender,SyslogAppender,SyslogAppenderBase,UnsynchronizedAppenderBase
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Interface for attaching filters to objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Add a filter.voidDeprecated.Deprecated.Get a copy of all the filters contained within this FilterAttachable object.getFilterChainDecision(E event) Deprecated.Loop through the filters in the chain.
-
Method Details
-
addFilter
Deprecated.Add a filter. -
clearAllFilters
void clearAllFilters()Deprecated. -
getCopyOfAttachedFiltersList
Deprecated.Get a copy of all the filters contained within this FilterAttachable object.- Returns:
- all attached filters as a list
-
getFilterChainDecision
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.
-