public final class AllFilter extends Object implements Filter
true
.Constructor and Description |
---|
AllFilter(Filter[] filters)
Construct a new instance.
|
AllFilter(Iterable<Filter> filters)
Construct a new instance.
|
AllFilter(Iterator<Filter> filters)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isLoggable(LogRecord record)
Determine whether the record is loggable.
|
public AllFilter(Filter[] filters)
filters
- the constituent filterspublic AllFilter(Iterable<Filter> filters)
filters
- the constituent filterspublic boolean isLoggable(LogRecord record)
isLoggable
in interface Filter
record
- the log recordtrue
if all the constituent filters return true
Copyright © 2016 JBoss by Red Hat. All rights reserved.