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.
|
Modifier and Type | Method and Description |
---|---|
void |
Log4JLogRecord.setThrownStackTrace(ThrowableInformation throwableInfo)
Set stack trace information associated with this Log4JLogRecord.
|
Modifier and Type | Field and Description |
---|---|
private ThrowableInformation |
LogEvent.throwableInfo
This
variable contains information about this event's throwable
|
Modifier and Type | Method and Description |
---|---|
ThrowableInformation |
LogEvent.getThrowableInformation()
Returns the throwable information contained within this
event.
|
Constructor and 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.
|
Modifier and Type | Field and Description |
---|---|
private ThrowableInformation |
LoggingEvent.throwableInfo
This
variable contains information about this event's throwable
|
Modifier and Type | Method and Description |
---|---|
ThrowableInformation |
LoggingEvent.getThrowableInformation()
Returns the throwable information contained within this
event.
|
Constructor and 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.
|