|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
java.sql.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(java.lang.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 |
ExtendedThrowableProxyConverter.extraData(java.lang.StringBuilder builder,
ThrowableDataPoint tdp)
|
protected void |
ThrowableProxyConverter.extraData(java.lang.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(java.lang.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(java.lang.StringBuilder builder,
ThrowableDataPoint tdp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |