Uses of Class
org.apache.logging.log4j.core.impl.ThrowableProxy
-
Packages that use ThrowableProxy Package Description org.apache.log4j.bridge org.apache.logging.log4j.core Implementation of Log4j 2.org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging.org.apache.logging.log4j.core.impl Log4j 2 private implementation classes. -
-
Uses of ThrowableProxy in org.apache.log4j.bridge
Methods in org.apache.log4j.bridge that return ThrowableProxy Modifier and Type Method Description ThrowableProxy
LogEventWrapper. getThrownProxy()
-
Uses of ThrowableProxy in org.apache.logging.log4j.core
Methods in org.apache.logging.log4j.core that return ThrowableProxy Modifier and Type Method Description ThrowableProxy
AbstractLogEvent. getThrownProxy()
ThrowableProxy
LogEvent. getThrownProxy()
Gets throwable proxy associated with logging request. -
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 ThrowableProxy
RingBufferLogEvent. 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 ThrowableProxy
ThrowableProxy. getCauseProxy()
ThrowableProxy[]
ThrowableProxy. getSuppressedProxies()
Gets proxies for suppressed exceptions.ThrowableProxy
Log4jLogEvent. getThrownProxy()
Returns the ThrowableProxy associated with the event, or null.ThrowableProxy
MutableLogEvent. 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 Log4jLogEvent
Log4jLogEvent. createEvent(String loggerName, Marker marker, String loggerFQCN, Level level, Message message, Throwable thrown, ThrowableProxy thrownProxy, Map<String,String> mdc, ThreadContext.ContextStack ndc, String threadName, StackTraceElement location, long timestamp)
Deprecated.useLog4jLogEvent.Builder
instead.void
ThrowableProxy. formatWrapper(StringBuilder sb, ThrowableProxy cause, String suffix)
Formats the specified Throwable.void
ThrowableProxy. formatWrapper(StringBuilder sb, ThrowableProxy cause, List<String> ignorePackages, String suffix)
Formats the specified Throwable.void
ThrowableProxy. formatWrapper(StringBuilder sb, ThrowableProxy cause, List<String> ignorePackages, TextRenderer textRenderer, String suffix)
Formats the specified Throwable.void
ThrowableProxy. formatWrapper(StringBuilder sb, ThrowableProxy cause, List<String> ignorePackages, TextRenderer textRenderer, String suffix, String lineSeparator)
Formats the specified Throwable.Log4jLogEvent.Builder
Log4jLogEvent.Builder. setThrownProxy(ThrowableProxy thrownProxy)
-