Uses of Interface
ch.qos.logback.classic.spi.IThrowableProxy
Package
Description
Contains classes to format log output in HTML.
Provides classes implementing format specifiers in conversion patterns.
Contains core classes of logback classic.
-
Uses of IThrowableProxy in ch.qos.logback.classic.html
Modifier and TypeMethodDescriptionvoid
DefaultThrowableRenderer.printFirstLine
(StringBuilder sb, IThrowableProxy tp) -
Uses of IThrowableProxy in ch.qos.logback.classic.pattern
Modifier and TypeMethodDescriptionprotected void
RootCauseFirstThrowableProxyConverter.recursiveAppendRootCauseFirst
(StringBuilder sb, String prefix, int indent, IThrowableProxy tp) protected void
ThrowableProxyConverter.subjoinSTEPArray
(StringBuilder buf, int indent, IThrowableProxy tp) protected String
RootCauseFirstThrowableProxyConverter.throwableProxyToString
(IThrowableProxy tp) protected String
ThrowableProxyConverter.throwableProxyToString
(IThrowableProxy tp) -
Uses of IThrowableProxy in ch.qos.logback.classic.spi
Modifier and TypeMethodDescriptionIThrowableProxy.getCause()
ThrowableProxy.getCause()
ThrowableProxyVO.getCause()
IThrowableProxy.getSuppressed()
ThrowableProxy.getSuppressed()
ThrowableProxyVO.getSuppressed()
ILoggingEvent.getThrowableProxy()
LoggingEvent.getThrowableProxy()
Returns the throwable information contained within this event.LoggingEventVO.getThrowableProxy()
Modifier and TypeMethodDescriptionstatic 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.