Uses of Interface
ch.qos.logback.classic.spi.IThrowableProxy
-
Packages that use IThrowableProxy Package Description ch.qos.logback.classic.html Contains classes to format log output in HTML.ch.qos.logback.classic.net Contains classes used to log through a networkch.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.html
Methods in ch.qos.logback.classic.html with parameters of type IThrowableProxy Modifier and Type Method Description void
DefaultThrowableRenderer. printFirstLine(java.lang.StringBuilder sb, IThrowableProxy tp)
(package private) void
DefaultThrowableRenderer. render(java.lang.StringBuilder sbuf, IThrowableProxy tp)
-
Uses of IThrowableProxy in ch.qos.logback.classic.net
Methods in ch.qos.logback.classic.net with parameters of type IThrowableProxy Modifier and Type Method Description private void
SyslogAppender. handleThrowableFirstLine(java.io.OutputStream sw, IThrowableProxy tp, java.lang.String stackTracePrefix, boolean isRootException)
-
Uses of IThrowableProxy in ch.qos.logback.classic.pattern
Methods in ch.qos.logback.classic.pattern with parameters of type IThrowableProxy Modifier and Type Method Description private void
ThrowableProxyConverter. recursiveAppend(java.lang.StringBuilder sb, java.lang.String prefix, int indent, IThrowableProxy tp)
protected void
RootCauseFirstThrowableProxyConverter. recursiveAppendRootCauseFirst(java.lang.StringBuilder sb, java.lang.String prefix, int indent, IThrowableProxy tp)
private void
ThrowableProxyConverter. subjoinExceptionMessage(java.lang.StringBuilder buf, IThrowableProxy tp)
private void
ThrowableProxyConverter. subjoinFirstLine(java.lang.StringBuilder buf, java.lang.String prefix, int indent, IThrowableProxy tp)
protected void
ThrowableProxyConverter. subjoinSTEPArray(java.lang.StringBuilder buf, int indent, IThrowableProxy tp)
protected java.lang.String
RootCauseFirstThrowableProxyConverter. throwableProxyToString(IThrowableProxy tp)
protected java.lang.String
ThrowableProxyConverter. throwableProxyToString(IThrowableProxy tp)
-
Uses of IThrowableProxy in ch.qos.logback.classic.spi
Classes in ch.qos.logback.classic.spi that implement IThrowableProxy Modifier and Type Class Description class
ThrowableProxy
class
ThrowableProxyVO
Fields in ch.qos.logback.classic.spi declared as IThrowableProxy Modifier and Type Field Description private IThrowableProxy
ThrowableProxyVO. cause
private IThrowableProxy[]
ThrowableProxyVO. suppressed
Methods in ch.qos.logback.classic.spi that return IThrowableProxy Modifier and Type Method Description IThrowableProxy
IThrowableProxy. getCause()
IThrowableProxy
ThrowableProxy. getCause()
IThrowableProxy
ThrowableProxyVO. getCause()
IThrowableProxy[]
IThrowableProxy. getSuppressed()
IThrowableProxy[]
ThrowableProxy. getSuppressed()
IThrowableProxy[]
ThrowableProxyVO. getSuppressed()
IThrowableProxy
ILoggingEvent. getThrowableProxy()
IThrowableProxy
LoggingEvent. getThrowableProxy()
Returns the throwable information contained within this event.IThrowableProxy
LoggingEventVO. getThrowableProxy()
Methods in ch.qos.logback.classic.spi with parameters of type IThrowableProxy Modifier and Type Method Description static java.lang.String
ThrowableProxyUtil. asString(IThrowableProxy tp)
static ThrowableProxyVO
ThrowableProxyVO. build(IThrowableProxy throwableProxy)
void
PackagingDataCalculator. calculate(IThrowableProxy tp)
private static void
ThrowableProxyUtil. recursiveAppend(java.lang.StringBuilder sb, java.lang.String prefix, int indent, IThrowableProxy tp)
private static void
ThrowableProxyUtil. subjoinExceptionMessage(java.lang.StringBuilder buf, IThrowableProxy tp)
static void
ThrowableProxyUtil. subjoinFirstLine(java.lang.StringBuilder buf, IThrowableProxy tp)
private static void
ThrowableProxyUtil. subjoinFirstLine(java.lang.StringBuilder buf, java.lang.String prefix, int indent, IThrowableProxy tp)
static void
ThrowableProxyUtil. subjoinFirstLineRootCauseFirst(java.lang.StringBuilder buf, IThrowableProxy tp)
static void
ThrowableProxyUtil. subjoinSTEPArray(java.lang.StringBuilder sb, int indentLevel, IThrowableProxy tp)
static void
ThrowableProxyUtil. subjoinSTEPArray(java.lang.StringBuilder sb, IThrowableProxy tp)
Deprecated.Use subjoinSTEPArray(StringBuilder sb, int indentLevel, IThrowableProxy tp) instead.
-