| 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 Filterrecord - the log recordtrue if the target filter returns false, false otherwiseCopyright © 2018 JBoss by Red Hat. All rights reserved.