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

Packages that use ThrowableDataPoint
ch.qos.logback.classic.db The ch.qos.logback.classic.db package provides means to append logging events into various databases. 
ch.qos.logback.classic.html Contains classes to format log output in HTML. 
ch.qos.logback.classic.pattern Provides classes implementing format specifiers in conversion patterns. 
ch.qos.logback.classic.spi Contains core classes of logback classic. 
 

Uses of ThrowableDataPoint in ch.qos.logback.classic.db
 

Methods in ch.qos.logback.classic.db with parameters of type ThrowableDataPoint
protected  void DBAppender.insertThrowable(ThrowableDataPoint[] tdpArray, Connection connection, int eventId)
           
 

Uses of ThrowableDataPoint in ch.qos.logback.classic.html
 

Methods in ch.qos.logback.classic.html with parameters of type ThrowableDataPoint
 void DefaultThrowableRenderer.render(StringBuilder sbuf, ThrowableDataPoint[] tdpArray)
           
 

Uses of ThrowableDataPoint in ch.qos.logback.classic.pattern
 

Methods in ch.qos.logback.classic.pattern with parameters of type ThrowableDataPoint
protected  void ThrowableProxyConverter.extraData(StringBuilder builder, ThrowableDataPoint tdp)
           
protected  void ExtendedThrowableProxyConverter.extraData(StringBuilder builder, ThrowableDataPoint tdp)
           
 

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

Methods in ch.qos.logback.classic.spi that return ThrowableDataPoint
static ThrowableDataPoint[] ThrowableToDataPointArray.convert(Throwable t)
           
 ThrowableDataPoint[] ThrowableProxy.getThrowableDataPointArray()
          The data point representation of the throwable proxy.
 

Methods in ch.qos.logback.classic.spi with parameters of type ThrowableDataPoint
 void PackagingDataCalculator.calculate(ThrowableDataPoint[] tdpArray)
           
protected  void ThrowableProxy.extraData(StringBuilder builder, ThrowableDataPoint tdp)
           
 



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