java.lang.Object
com.ibm.j9ddr.tools.logging.LogFilter
- All Implemented Interfaces:
Filter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisLoggable(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.FilterCheck if a given log record should be published.- Specified by:
isLoggablein interfaceFilter- Parameters:
record- a LogRecord- Returns:
- true if the log record should be published.
-