|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.eclipse.datatools.connectivity.oda.util.logging.Filter
.
A Filter can provide more control on what is logged.
Each Handler can have an associated Filter and calls the
isLoggable
method to check whether the
LogRecord
should be published.
Method Summary | |
boolean |
isLoggable(LogRecord record)
Deprecated. Checks if the the LogRecord should be published. |
Method Detail |
public boolean isLoggable(LogRecord record)
LogRecord
should be published.
record
- the log record.
true
if the log record should
be published; false
otherwise.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |