Uses of Interface
ch.qos.logback.classic.spi.IThrowableProxy
-
Packages that use IThrowableProxy Package Description ch.qos.logback.classic.html Contains classes to format log output in HTML.ch.qos.logback.classic.pattern Provides classes implementing format specifiers in conversion patterns.ch.qos.logback.classic.spi 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 IThrowableProxy Modifier and Type Method Description voidDefaultThrowableRenderer. printFirstLine(java.lang.StringBuilder sb, IThrowableProxy tp) -
Uses of IThrowableProxy in ch.qos.logback.classic.pattern
Methods in ch.qos.logback.classic.pattern with parameters of type IThrowableProxy Modifier and Type Method Description protected voidRootCauseFirstThrowableProxyConverter. recursiveAppendRootCauseFirst(java.lang.StringBuilder sb, java.lang.String prefix, int indent, IThrowableProxy tp)protected voidThrowableProxyConverter. subjoinSTEPArray(java.lang.StringBuilder buf, int indent, IThrowableProxy tp)protected java.lang.StringRootCauseFirstThrowableProxyConverter. throwableProxyToString(IThrowableProxy tp)protected java.lang.StringThrowableProxyConverter. throwableProxyToString(IThrowableProxy tp) -
Uses of IThrowableProxy in ch.qos.logback.classic.spi
Classes in ch.qos.logback.classic.spi that implement IThrowableProxy Modifier and Type Class Description classThrowableProxyclassThrowableProxyVOMethods in ch.qos.logback.classic.spi that return IThrowableProxy Modifier and Type Method Description IThrowableProxyIThrowableProxy. getCause()IThrowableProxyThrowableProxy. getCause()IThrowableProxyThrowableProxyVO. getCause()IThrowableProxy[]IThrowableProxy. getSuppressed()IThrowableProxy[]ThrowableProxy. getSuppressed()IThrowableProxy[]ThrowableProxyVO. getSuppressed()IThrowableProxyILoggingEvent. getThrowableProxy()IThrowableProxyLoggingEvent. getThrowableProxy()Returns the throwable information contained within this event.IThrowableProxyLoggingEventVO. getThrowableProxy()Methods in ch.qos.logback.classic.spi with parameters of type IThrowableProxy Modifier and Type Method Description static java.lang.StringThrowableProxyUtil. asString(IThrowableProxy tp)static ThrowableProxyVOThrowableProxyVO. build(IThrowableProxy throwableProxy)voidPackagingDataCalculator. calculate(IThrowableProxy tp)static voidThrowableProxyUtil. subjoinFirstLine(java.lang.StringBuilder buf, IThrowableProxy tp)static voidThrowableProxyUtil. subjoinFirstLineRootCauseFirst(java.lang.StringBuilder buf, IThrowableProxy tp)static voidThrowableProxyUtil. subjoinSTEPArray(java.lang.StringBuilder sb, int indentLevel, IThrowableProxy tp)static voidThrowableProxyUtil. subjoinSTEPArray(java.lang.StringBuilder sb, IThrowableProxy tp)Deprecated.Use subjoinSTEPArray(StringBuilder sb, int indentLevel, IThrowableProxy tp) instead.
-