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 TypeMethodDescriptionvoidDefaultThrowableRenderer.printFirstLine(StringBuilder sb, IThrowableProxy tp) (package private) voidDefaultThrowableRenderer.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 voidSyslogAppender.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 voidThrowableProxyConverter.recursiveAppend(StringBuilder sb, String prefix, int indent, IThrowableProxy tp) protected voidRootCauseFirstThrowableProxyConverter.recursiveAppendRootCauseFirst(StringBuilder sb, String prefix, int indent, IThrowableProxy tp) private voidThrowableProxyConverter.subjoinExceptionMessage(StringBuilder buf, IThrowableProxy tp) private voidThrowableProxyConverter.subjoinFirstLine(StringBuilder buf, String prefix, int indent, IThrowableProxy tp) protected voidThrowableProxyConverter.subjoinSTEPArray(StringBuilder buf, int indent, IThrowableProxy tp) protected StringRootCauseFirstThrowableProxyConverter.throwableProxyToString(IThrowableProxy tp) protected StringThrowableProxyConverter.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 IThrowableProxyThrowableProxyVO.causeprivate IThrowableProxy[]ThrowableProxyVO.suppressedMethods 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 StringThrowableProxyUtil.asString(IThrowableProxy tp) static ThrowableProxyVOThrowableProxyVO.build(IThrowableProxy throwableProxy) voidPackagingDataCalculator.calculate(IThrowableProxy tp) private static voidThrowableProxyUtil.recursiveAppend(StringBuilder sb, String prefix, int indent, IThrowableProxy tp) private static voidThrowableProxyUtil.subjoinExceptionMessage(StringBuilder buf, IThrowableProxy tp) static voidThrowableProxyUtil.subjoinFirstLine(StringBuilder buf, IThrowableProxy tp) private static voidThrowableProxyUtil.subjoinFirstLine(StringBuilder buf, String prefix, int indent, IThrowableProxy tp) static voidThrowableProxyUtil.subjoinFirstLineRootCauseFirst(StringBuilder buf, IThrowableProxy tp) static voidThrowableProxyUtil.subjoinSTEPArray(StringBuilder sb, int indentLevel, IThrowableProxy tp) static voidThrowableProxyUtil.subjoinSTEPArray(StringBuilder sb, IThrowableProxy tp) Deprecated.Use subjoinSTEPArray(StringBuilder sb, int indentLevel, IThrowableProxy tp) instead.