Class 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
    • Constructor Detail

      • ToolsLogFilter

        public ToolsLogFilter()
    • Method Detail

      • 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.