Constructor and Description |
---|
InvertFilter(Filter target)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isLoggable(LogRecord record)
Determine whether a log record passes this filter.
|
public InvertFilter(Filter target)
target
- the target filterpublic boolean isLoggable(LogRecord record)
isLoggable
in interface Filter
record
- the log recordtrue
if the target filter returns false
, false
otherwiseCopyright © 2017 JBoss by Red Hat. All rights reserved.