Package org.jboss.logmanager.filters
Class AllFilter
java.lang.Object
org.jboss.logmanager.filters.AllFilter
- All Implemented Interfaces:
Filter
A filter consisting of several filters in a chain. If any filter finds the log message to be unloggable,
the message will not be logged and subsequent filters will not be checked. If there are no nested filters,
this instance always returns
true
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
filters
-
-
Constructor Details
-
AllFilter
Construct a new instance.- Parameters:
filters
- the constituent filters
-
AllFilter
Construct a new instance.- Parameters:
filters
- the constituent filters
-
AllFilter
Construct a new instance.- Parameters:
filters
- the constituent filters
-
-
Method Details
-
unroll
-
isLoggable
Determine whether the record is loggable.- Specified by:
isLoggable
in interfaceFilter
- Parameters:
record
- the log record- Returns:
true
if all the constituent filters returntrue
-