Class AbstractLogRecordFilter

    • Constructor Detail

      • AbstractLogRecordFilter

        public AbstractLogRecordFilter()
    • Method Detail

      • acceptRecord

        public abstract boolean acceptRecord​(LogRecord record)
        Returns whether the log record is accepted or not for further processing.
        Parameters:
        record - the record to check
        Returns:
        true if accepted