Class ToolsLogFilter
- java.lang.Object
- 
- gov.nasa.pds.harvest.search.logging.filter.ToolsLogFilter
 
- 
- 
Constructor SummaryConstructors Constructor Description ToolsLogFilter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisLoggable(LogRecord record)Method that checks if a log record is loggable.
 
- 
- 
- 
Method Detail- 
isLoggablepublic boolean isLoggable(LogRecord record) Method that checks if a log record is loggable.- Specified by:
- isLoggablein interface- Filter
- Parameters:
- record- The LogRecord.
- Returns:
- true if the record can be logged by the handler.
 
 
- 
 
-