java.lang.Object
com.ibm.j9ddr.tools.logging.LogFilter
- All Implemented Interfaces:
Filter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isLoggable
(LogRecord record) Check if a given log record should be published.
-
Constructor Details
-
LogFilter
public LogFilter()
-
-
Method Details
-
isLoggable
Description copied from interface:java.util.logging.Filter
Check if a given log record should be published.- Specified by:
isLoggable
in interfaceFilter
- Parameters:
record
- a LogRecord- Returns:
- true if the log record should be published.
-