| Constructor | Description |
|---|---|
InvertFilter(Filter target) |
Construct a new instance.
|
| Modifier and Type | Method | 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 © 2020 JBoss by Red Hat. All rights reserved.