|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IThrowableProxy | |
---|---|
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 IThrowableProxy in ch.qos.logback.classic.db |
---|
Methods in ch.qos.logback.classic.db with parameters of type IThrowableProxy | |
---|---|
protected void |
DBAppender.insertThrowable(IThrowableProxy tp,
Connection connection,
long eventId)
|
Uses of IThrowableProxy in ch.qos.logback.classic.html |
---|
Methods in ch.qos.logback.classic.html with parameters of type IThrowableProxy | |
---|---|
void |
DefaultThrowableRenderer.printFirstLine(StringBuilder sb,
IThrowableProxy tp)
|
Uses of IThrowableProxy in ch.qos.logback.classic.pattern |
---|
Methods in ch.qos.logback.classic.pattern with parameters of type IThrowableProxy | |
---|---|
protected String |
ThrowableProxyConverter.throwableProxyToString(IThrowableProxy tp)
|
protected String |
RootCauseFirstThrowableProxyConverter.throwableProxyToString(IThrowableProxy tp)
|
Uses of IThrowableProxy in ch.qos.logback.classic.spi |
---|
Classes in ch.qos.logback.classic.spi that implement IThrowableProxy | |
---|---|
class |
ThrowableProxy
|
class |
ThrowableProxyVO
|
Methods in ch.qos.logback.classic.spi that return IThrowableProxy | |
---|---|
IThrowableProxy |
ThrowableProxyVO.getCause()
|
IThrowableProxy |
ThrowableProxy.getCause()
|
IThrowableProxy |
IThrowableProxy.getCause()
|
IThrowableProxy[] |
ThrowableProxyVO.getSuppressed()
|
IThrowableProxy[] |
ThrowableProxy.getSuppressed()
|
IThrowableProxy[] |
IThrowableProxy.getSuppressed()
|
IThrowableProxy |
LoggingEventVO.getThrowableProxy()
|
IThrowableProxy |
LoggingEvent.getThrowableProxy()
Returns the throwable information contained within this event. |
IThrowableProxy |
ILoggingEvent.getThrowableProxy()
|
Methods in ch.qos.logback.classic.spi with parameters of type IThrowableProxy | |
---|---|
static String |
ThrowableProxyUtil.asString(IThrowableProxy tp)
|
static ThrowableProxyVO |
ThrowableProxyVO.build(IThrowableProxy throwableProxy)
|
void |
PackagingDataCalculator.calculate(IThrowableProxy tp)
|
static void |
ThrowableProxyUtil.subjoinFirstLine(StringBuilder buf,
IThrowableProxy tp)
|
static void |
ThrowableProxyUtil.subjoinFirstLineRootCauseFirst(StringBuilder buf,
IThrowableProxy tp)
|
static void |
ThrowableProxyUtil.subjoinSTEPArray(StringBuilder sb,
int indentLevel,
IThrowableProxy tp)
|
static void |
ThrowableProxyUtil.subjoinSTEPArray(StringBuilder sb,
IThrowableProxy tp)
Deprecated. Use subjoinSTEPArray(StringBuilder sb, int indentLevel, IThrowableProxy tp) instead. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |