Uses of Class
org.apache.logging.log4j.core.impl.ThrowableProxy

Packages that use ThrowableProxy
org.apache.logging.log4j.core Implementation of Log4j 2. 
org.apache.logging.log4j.core.appender.db.jpa The JPA Appender supports writing log events to a relational database using the Java Persistence API. 
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.logging.log4j.core
 

Methods in org.apache.logging.log4j.core that return ThrowableProxy
 ThrowableProxy LogEvent.getThrownProxy()
          Gets throwable proxy associated with logging request.
 ThrowableProxy AbstractLogEvent.getThrownProxy()
           
 

Uses of ThrowableProxy in org.apache.logging.log4j.core.appender.db.jpa
 

Methods in org.apache.logging.log4j.core.appender.db.jpa that return ThrowableProxy
 ThrowableProxy BasicLogEventEntity.getThrownProxy()
          Gets the exception logged.
 

Uses of ThrowableProxy in org.apache.logging.log4j.core.async
 

Methods in org.apache.logging.log4j.core.async that return ThrowableProxy
 ThrowableProxy RingBufferLogEvent.getThrownProxy()
           
 

Uses of ThrowableProxy in org.apache.logging.log4j.core.impl
 

Methods in org.apache.logging.log4j.core.impl that return ThrowableProxy
 ThrowableProxy ThrowableProxy.getCauseProxy()
           
 ThrowableProxy[] ThrowableProxy.getSuppressedProxies()
          Gets proxies for suppressed exceptions.
 ThrowableProxy Log4jLogEvent.getThrownProxy()
          Returns the ThrowableProxy associated with the event, or null.
 

Methods in org.apache.logging.log4j.core.impl with parameters of type ThrowableProxy
static Log4jLogEvent Log4jLogEvent.createEvent(String loggerName, org.apache.logging.log4j.Marker marker, String loggerFQCN, org.apache.logging.log4j.Level level, org.apache.logging.log4j.message.Message message, Throwable thrown, ThrowableProxy thrownProxy, Map<String,String> mdc, org.apache.logging.log4j.ThreadContext.ContextStack ndc, String threadName, StackTraceElement location, long timestamp)
          Create a new LogEvent.
 void ThrowableProxy.formatWrapper(StringBuilder sb, ThrowableProxy cause)
          Formats the specified Throwable.
 void ThrowableProxy.formatWrapper(StringBuilder sb, ThrowableProxy cause, List<String> packages)
          Formats the specified Throwable.
 



Copyright © 1999-2015 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.