|
JBoss Log Manager 1.3.2.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.logmanager.filters.AllFilter
public final class AllFilter
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
.
Constructor Summary | |
---|---|
AllFilter(Filter[] filters)
Construct a new instance. |
|
AllFilter(Iterable<Filter> filters)
Construct a new instance. |
|
AllFilter(Iterator<Filter> filters)
Construct a new instance. |
Method Summary | |
---|---|
boolean |
isLoggable(LogRecord record)
Determine whether the record is loggable. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AllFilter(Filter[] filters)
filters
- the constituent filterspublic AllFilter(Iterable<Filter> filters)
filters
- the constituent filterspublic AllFilter(Iterator<Filter> filters)
filters
- the constituent filtersMethod Detail |
---|
public boolean isLoggable(LogRecord record)
isLoggable
in interface Filter
record
- the log record
true
if all the constituent filters return true
|
JBoss Log Manager 1.3.2.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |