Uses of Class
org.apache.logging.log4j.core.impl.ThrowableProxy
Packages that use ThrowableProxy
Package
Description
-
Uses of ThrowableProxy in org.apache.log4j.bridge
Methods in org.apache.log4j.bridge that return ThrowableProxy -
Uses of ThrowableProxy in org.apache.logging.log4j.core
Methods in org.apache.logging.log4j.core that return ThrowableProxyModifier and TypeMethodDescriptionAbstractLogEvent.getThrownProxy()LogEvent.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 -
Uses of ThrowableProxy in org.apache.logging.log4j.core.impl
Fields in org.apache.logging.log4j.core.impl declared as ThrowableProxyModifier and TypeFieldDescriptionprivate final ThrowableProxyThrowableProxy.causeProxyDeprecated.(package private) static final ThrowableProxy[]ThrowableProxy.EMPTY_ARRAYDeprecated.private final ThrowableProxy[]ThrowableProxy.suppressedProxiesDeprecated.private final ThrowableProxyLog4jLogEvent.LogEventProxy.thrownProxyprivate ThrowableProxyLog4jLogEvent.thrownProxyMethods in org.apache.logging.log4j.core.impl that return ThrowableProxyModifier and TypeMethodDescriptionThrowableProxy.getCauseProxy()Deprecated.ThrowableProxy.getSuppressedProxies()Deprecated.Gets proxies for suppressed exceptions.Log4jLogEvent.getThrownProxy()Returns the ThrowableProxy associated with the event, or null.MutableLogEvent.getThrownProxy()Returns the ThrowableProxy associated with the event, or null.(package private) static ThrowableProxy[]ThrowableProxyHelper.toSuppressedProxies(Throwable thrown, Set<Throwable> suppressedVisited) Deprecated.Methods in org.apache.logging.log4j.core.impl with parameters of type ThrowableProxyModifier and TypeMethodDescriptionstatic 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.private static voidThrowableProxyRenderer.formatCause(StringBuilder sb, String prefix, ThrowableProxy cause, List<String> ignorePackages, TextRenderer textRenderer, String suffix, String lineSeparator) Deprecated.(package private) static voidThrowableProxyRenderer.formatCauseStackTrace(ThrowableProxy src, StringBuilder sb, List<String> ignorePackages, TextRenderer textRenderer, String suffix, String lineSeparator) Deprecated.Formats the Throwable that is the cause of the(package private) static voidThrowableProxyRenderer.formatExtendedStackTraceTo(ThrowableProxy src, StringBuilder sb, List<String> ignorePackages, TextRenderer textRenderer, String suffix, String lineSeparator) Deprecated.Formats the stack trace including packaging information.private static voidThrowableProxyRenderer.formatSuppressed(StringBuilder sb, String prefix, ThrowableProxy[] suppressedProxies, List<String> ignorePackages, TextRenderer textRenderer, String suffix, String lineSeparator) Deprecated.private static voidThrowableProxyRenderer.formatThrowableProxy(StringBuilder sb, String prefix, String causeLabel, ThrowableProxy throwableProxy, List<String> ignorePackages, TextRenderer textRenderer, String suffix, String lineSeparator) Deprecated.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.(package private) static voidThrowableProxyRenderer.formatWrapper(StringBuilder sb, ThrowableProxy cause, List<String> ignorePackages, TextRenderer textRenderer, String suffix, String lineSeparator) Deprecated.private static voidThrowableProxyRenderer.renderOn(ThrowableProxy src, StringBuilder output, TextRenderer textRenderer) Deprecated.Log4jLogEvent.Builder.setThrownProxy(ThrowableProxy thrownProxy) Deprecated.since 2.25.0 without a replacement(package private) static ExtendedStackTraceElement[]ThrowableProxyHelper.toExtendedStackTrace(ThrowableProxy src, Deque<Class<?>> stack, Map<String, ThrowableProxyHelper.CacheEntry> map, StackTraceElement[] rootTrace, StackTraceElement[] stackTrace) Deprecated.Resolve all the stack entries in this stack trace that are not common with the parent. -
Uses of ThrowableProxy in org.apache.logging.log4j.core.jackson
Methods in org.apache.logging.log4j.core.jackson that return ThrowableProxyModifier and TypeMethodDescriptionabstract ThrowableProxy[]ThrowableProxyMixIn.getSuppressedProxies()Deprecated.abstract ThrowableProxy[]ThrowableProxyWithoutStacktraceMixIn.getSuppressedProxies()Deprecated.abstract ThrowableProxy[]ThrowableProxyWithStacktraceAsStringMixIn.getSuppressedProxies()Deprecated.abstract ThrowableProxyLogEventMixIn.getThrownProxy() -
Uses of ThrowableProxy in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout that return ThrowableProxy