smtphandler
Interface TriggeringRecordEvaluator
public interface TriggeringRecordEvaluator
Implementations of this interface allow certain handlers to decide when to
perform a handler specific action.
- Author:
- Ceki Gülcü (author of log4j's TriggeringEventEvaluator), Sean C. Sullivan
Method Summary |
boolean |
isTriggeringRecord(java.util.logging.LogRecord record)
Is this the triggering record? |
isTriggeringRecord
boolean isTriggeringRecord(java.util.logging.LogRecord record)
- Is this the triggering record?
Copyright © 2003-2006 smtphandler.sourceforge.net. All Rights Reserved.