Uses of Class
org.apache.log4j.spi.ThrowableInformation
-
Packages that use ThrowableInformation Package Description org.apache.log4j.bridge org.apache.log4j.spi Log4j 1.x compatibility layer. -
-
Uses of ThrowableInformation in org.apache.log4j.bridge
Methods in org.apache.log4j.bridge that return ThrowableInformation Modifier and Type Method Description ThrowableInformation
LogEventAdapter. getThrowableInformation()
Returns the throwable information contained within this event. -
Uses of ThrowableInformation in org.apache.log4j.spi
Methods in org.apache.log4j.spi that return ThrowableInformation Modifier and Type Method Description ThrowableInformation
LoggingEvent. getThrowableInformation()
Returns the throwable information contained within this event.Constructors in org.apache.log4j.spi with parameters of type ThrowableInformation Constructor Description LoggingEvent(String fqnOfCategoryClass, Category logger, long timeStamp, Level level, Object message, String threadName, ThrowableInformation throwable, String ndc, LocationInfo info, Map properties)
Create new instance.
-