@FunctionalInterface public interface Filter
Each Logger and each Handler can have a filter associated with it. The Logger or Handler will call the isLoggable method to check if a given LogRecord should be published. If isLoggable returns false, the LogRecord will be discarded.
Modifier and Type | Method and Description |
---|---|
boolean |
isLoggable(LogRecord record)
Check if a given log record should be published.
|
boolean isLoggable(LogRecord record)
record
- a LogRecordaicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2017 aicas GmbH. All Rights Reserved.