Uses of Class
org.apache.log4j.spi.ThrowableInformation
-
Packages that use ThrowableInformation Package Description org.apache.log4j.lf5 org.apache.log4j.pattern Provides classes implementing format specifiers in conversion patterns.org.apache.log4j.spi Contains part of the System Programming Interface (SPI) needed to extend log4j. -
-
Uses of ThrowableInformation in org.apache.log4j.lf5
Methods in org.apache.log4j.lf5 with parameters of type ThrowableInformation Modifier and Type Method Description voidLog4JLogRecord. setThrownStackTrace(ThrowableInformation throwableInfo)Set stack trace information associated with this Log4JLogRecord. -
Uses of ThrowableInformation in org.apache.log4j.pattern
Fields in org.apache.log4j.pattern declared as ThrowableInformation Modifier and Type Field Description private ThrowableInformationLogEvent. throwableInfoThis variable contains information about this event's throwableMethods in org.apache.log4j.pattern that return ThrowableInformation Modifier and Type Method Description ThrowableInformationLogEvent. getThrowableInformation()Returns the throwable information contained within this event.Constructors in org.apache.log4j.pattern with parameters of type ThrowableInformation Constructor Description LogEvent(java.lang.String fqnOfCategoryClass, Logger logger, long timeStamp, Level level, java.lang.Object message, java.lang.String threadName, ThrowableInformation throwable, java.lang.String ndc, LocationInfo info, java.util.Map properties)Create new instance. -
Uses of ThrowableInformation in org.apache.log4j.spi
Fields in org.apache.log4j.spi declared as ThrowableInformation Modifier and Type Field Description private ThrowableInformationLoggingEvent. throwableInfoThis variable contains information about this event's throwableMethods in org.apache.log4j.spi that return ThrowableInformation Modifier and Type Method Description ThrowableInformationLoggingEvent. getThrowableInformation()Returns the throwable information contained within this event.Constructors in org.apache.log4j.spi with parameters of type ThrowableInformation Constructor Description LoggingEvent(java.lang.String fqnOfCategoryClass, Category logger, long timeStamp, Level level, java.lang.Object message, java.lang.String threadName, ThrowableInformation throwable, java.lang.String ndc, LocationInfo info, java.util.Map properties)Create new instance.
-