|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.logging.appender.RegexEventEvaluator
An implementation of the log4j TriggeringEventEvaluator that matches the LoggingEvent message against the MDB{RegexEventEvaluator} regular expression.
Constructor Summary | |
RegexEventEvaluator()
|
Method Summary | |
boolean |
isTriggeringEvent(LoggingEvent event)
Lookup the current MDC 'RegexEventEvaluator' to determine the regular expression context that should be applied to determine if the logging event should be considered a triggering event. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RegexEventEvaluator()
Method Detail |
public boolean isTriggeringEvent(LoggingEvent event)
event
- the logging event to check
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |