Uses of Interface
ch.qos.logback.classic.spi.IThrowableProxy
Packages that use IThrowableProxy
Package
Description
Contains classes to format log output in HTML.
Contains classes used to log through a network
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) (package private) void
DefaultThrowableRenderer.render
(StringBuilder sbuf, IThrowableProxy tp) -
Uses of IThrowableProxy in ch.qos.logback.classic.net
Methods in ch.qos.logback.classic.net with parameters of type IThrowableProxyModifier and TypeMethodDescriptionprivate void
SyslogAppender.handleThrowableFirstLine
(OutputStream sw, IThrowableProxy tp, String stackTracePrefix, boolean isRootException) -
Uses of IThrowableProxy in ch.qos.logback.classic.pattern
Methods in ch.qos.logback.classic.pattern with parameters of type IThrowableProxyModifier and TypeMethodDescriptionprivate void
ThrowableProxyConverter.recursiveAppend
(StringBuilder sb, String prefix, int indent, IThrowableProxy tp) protected void
RootCauseFirstThrowableProxyConverter.recursiveAppendRootCauseFirst
(StringBuilder sb, String prefix, int indent, IThrowableProxy tp) private void
ThrowableProxyConverter.subjoinExceptionMessage
(StringBuilder buf, IThrowableProxy tp) private void
ThrowableProxyConverter.subjoinFirstLine
(StringBuilder buf, 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 IThrowableProxyFields in ch.qos.logback.classic.spi declared as IThrowableProxyModifier and TypeFieldDescriptionprivate IThrowableProxy
ThrowableProxyVO.cause
private IThrowableProxy[]
ThrowableProxyVO.suppressed
Methods 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) private static void
ThrowableProxyUtil.recursiveAppend
(StringBuilder sb, String prefix, int indent, IThrowableProxy tp) private static void
ThrowableProxyUtil.subjoinExceptionMessage
(StringBuilder buf, IThrowableProxy tp) static void
ThrowableProxyUtil.subjoinFirstLine
(StringBuilder buf, IThrowableProxy tp) private static void
ThrowableProxyUtil.subjoinFirstLine
(StringBuilder buf, String prefix, int indent, 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.