Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.log4j.spi.LoggingEvent

Uses of LoggingEvent in org.apache.log4j.spi
 

Methods in org.apache.log4j.spi with parameters of type LoggingEvent
 boolean TriggeringEventEvaluator.isTriggeringEvent(LoggingEvent event)
          Is this the triggering event?
abstract  int Filter.decide(LoggingEvent event)
          If the decision is DENY, then the event will be dropped.
 void ErrorHandler.error(java.lang.String message, java.lang.Exception e, int errorCode, LoggingEvent event)
          This method is invoked to handle the error.