gov.nasa.pds.harvest.logging.filter
Class ToolsLogFilter
java.lang.Object
gov.nasa.pds.harvest.logging.filter.ToolsLogFilter
- All Implemented Interfaces:
- Filter
public class ToolsLogFilter
- extends Object
- implements Filter
Class to filter logging messages that are coming from the underlying
framework.
- Author:
- mcayanan
Method Summary |
boolean |
isLoggable(LogRecord record)
Method that checks if a log record is loggable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToolsLogFilter
public ToolsLogFilter()
isLoggable
public boolean isLoggable(LogRecord record)
- Method that checks if a log record is loggable.
- Specified by:
isLoggable
in interface Filter
- Parameters:
record
- The LogRecord.
- Returns:
- true if the record can be logged by the handler.
Copyright © 2010-2012 Planetary Data System. All Rights Reserved.