Class ToolsLogFilter
- java.lang.Object
-
- gov.nasa.pds.harvest.search.logging.filter.ToolsLogFilter
-
-
Constructor Summary
Constructors Constructor Description ToolsLogFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isLoggable(LogRecord record)
Method that checks if a log record is loggable.
-
-
-
Method Detail
-
isLoggable
public boolean isLoggable(LogRecord record)
Method that checks if a log record is loggable.- Specified by:
isLoggable
in interfaceFilter
- Parameters:
record
- The LogRecord.- Returns:
- true if the record can be logged by the handler.
-
-