Uses of Class
org.apache.log4j.spi.ThrowableInformation
Packages that use ThrowableInformation
Package
Description
Provides classes implementing format specifiers in conversion patterns.
Contains part of the System Programming Interface (SPI) needed to
extend log4j.
-
Uses of ThrowableInformation in org.apache.log4j.pattern
Methods in org.apache.log4j.pattern that return ThrowableInformationModifier and TypeMethodDescriptionLogEvent.getThrowableInformation()
Returns the throwable information contained within this event.Constructors in org.apache.log4j.pattern with parameters of type ThrowableInformationModifierConstructorDescriptionLogEvent
(String fqnOfCategoryClass, Logger logger, long timeStamp, Level level, Object message, String threadName, ThrowableInformation throwable, String ndc, LocationInfo info, Map properties) Create new instance. -
Uses of ThrowableInformation in org.apache.log4j.spi
Methods in org.apache.log4j.spi that return ThrowableInformationModifier and TypeMethodDescriptionLoggingEvent.getThrowableInformation()
Returns the throwable information contained within this event.Constructors in org.apache.log4j.spi with parameters of type ThrowableInformationModifierConstructorDescriptionLoggingEvent
(String fqnOfCategoryClass, Category logger, long timeStamp, Level level, Object message, String threadName, ThrowableInformation throwable, String ndc, LocationInfo info, Map properties) Create new instance.