Uses of Interface
ch.qos.logback.classic.spi.IThrowableProxy
Packages that use 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
Methods in ch.qos.logback.classic.html with parameters of type IThrowableProxyModifier and TypeMethodDescriptionvoid
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 IThrowableProxyModifier 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
Classes in ch.qos.logback.classic.spi that implement IThrowableProxyMethods in ch.qos.logback.classic.spi that return IThrowableProxyModifier 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()
Methods in ch.qos.logback.classic.spi with parameters of type IThrowableProxyModifier 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.