Uses of Class
org.apache.logging.log4j.core.impl.ThrowableProxy
-
Packages that use ThrowableProxy Package Description org.apache.logging.log4j.core org.apache.logging.log4j.core.async org.apache.logging.log4j.core.impl -
-
Uses of ThrowableProxy in org.apache.logging.log4j.core
Methods in org.apache.logging.log4j.core that return ThrowableProxy Modifier and Type Method Description ThrowableProxyAbstractLogEvent. getThrownProxy()ThrowableProxyLogEvent. getThrownProxy()Deprecated.since 2.25.0. -
Uses of ThrowableProxy in org.apache.logging.log4j.core.async
Methods in org.apache.logging.log4j.core.async that return ThrowableProxy Modifier and Type Method Description ThrowableProxyRingBufferLogEvent. getThrownProxy() -
Uses of ThrowableProxy in org.apache.logging.log4j.core.impl
Methods in org.apache.logging.log4j.core.impl that return ThrowableProxy Modifier and Type Method Description ThrowableProxyThrowableProxy. getCauseProxy()Deprecated.ThrowableProxy[]ThrowableProxy. getSuppressedProxies()Deprecated.Gets proxies for suppressed exceptions.ThrowableProxyLog4jLogEvent. getThrownProxy()Returns the ThrowableProxy associated with the event, or null.ThrowableProxyMutableLogEvent. getThrownProxy()Returns the ThrowableProxy associated with the event, or null.Methods in org.apache.logging.log4j.core.impl with parameters of type ThrowableProxy Modifier and Type Method Description static Log4jLogEventLog4jLogEvent. createEvent(String loggerName, Marker marker, String loggerFQCN, Level level, Message message, Throwable thrown, ThrowableProxy ignoredThrownProxy, Map<String,String> mdc, ThreadContext.ContextStack ndc, String threadName, StackTraceElement location, long timestamp)Deprecated.useLog4jLogEvent.Builderinstead.voidThrowableProxy. formatWrapper(StringBuilder sb, ThrowableProxy cause, String suffix)Deprecated.Formats the specified Throwable.voidThrowableProxy. formatWrapper(StringBuilder sb, ThrowableProxy cause, List<String> ignorePackages, String suffix)Deprecated.Formats the specified Throwable.voidThrowableProxy. formatWrapper(StringBuilder sb, ThrowableProxy cause, List<String> ignorePackages, TextRenderer textRenderer, String suffix)Deprecated.Formats the specified Throwable.voidThrowableProxy. formatWrapper(StringBuilder sb, ThrowableProxy cause, List<String> ignorePackages, TextRenderer textRenderer, String suffix, String lineSeparator)Deprecated.Formats the specified Throwable.Log4jLogEvent.BuilderLog4jLogEvent.Builder. setThrownProxy(ThrowableProxy thrownProxy)Deprecated.since 2.25.0 without a replacement
-