Uses of Class
ch.qos.logback.classic.spi.ThrowableProxy
-
Packages that use ThrowableProxy Package Description ch.qos.logback.classic.spi Contains core classes of logback classic. -
-
Uses of ThrowableProxy in ch.qos.logback.classic.spi
Fields in ch.qos.logback.classic.spi declared as ThrowableProxy Modifier and Type Field Description private ThrowableProxyThrowableProxy. causeprivate static ThrowableProxy[]ThrowableProxy. NO_SUPPRESSEDprivate ThrowableProxy[]ThrowableProxy. suppressedprivate ThrowableProxyLoggingEvent. throwableProxyMethods in ch.qos.logback.classic.spi with parameters of type ThrowableProxy Modifier and Type Method Description static voidThrowableProxyUtil. build(ThrowableProxy nestedTP, java.lang.Throwable nestedThrowable, ThrowableProxy parentTP)voidLoggingEvent. setThrowableProxy(ThrowableProxy tp)Set this event's throwable information.
-