Logback API
Version 0.9.8

Uses of Class
ch.qos.logback.classic.spi.ThrowableInformation

Packages that use ThrowableInformation
ch.qos.logback.classic.spi Contains core classes of logback classic. 
 

Uses of ThrowableInformation in ch.qos.logback.classic.spi
 

Methods in ch.qos.logback.classic.spi that return ThrowableInformation
 ThrowableInformation LoggingEvent.getThrowableInformation()
          Returns the throwable information contained within this event.
 

Methods in ch.qos.logback.classic.spi with parameters of type ThrowableInformation
 void LoggingEvent.setThrowableInformation(ThrowableInformation ti)
          Set this event's throwable information.
 


Logback API
Version 0.9.8

Copyright © 2005-2008 QOS.ch. All Rights Reserved.