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

Uses of ThrowableInformation in org.apache.log4j.spi
 

Fields in org.apache.log4j.spi declared as ThrowableInformation
private  ThrowableInformation LoggingEvent.throwableInfo
          This variable contains information about this event's throwable
 

Methods in org.apache.log4j.spi that return ThrowableInformation
 ThrowableInformation LoggingEvent.getThrowableInformation()
          Returns the throwable information contained within this event.