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 TypeMethodDescriptionvoidDefaultThrowableRenderer.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 voidRootCauseFirstThrowableProxyConverter.recursiveAppendRootCauseFirst(StringBuilder sb, 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 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 StringThrowableProxyUtil.asString(IThrowableProxy tp) static ThrowableProxyVOThrowableProxyVO.build(IThrowableProxy throwableProxy) voidPackagingDataCalculator.calculate(IThrowableProxy tp) static voidThrowableProxyUtil.subjoinFirstLine(StringBuilder buf, 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.