程序包 | 说明 |
---|---|
com.fr.third.apache.log4j.lf5 | |
com.fr.third.apache.log4j.pattern |
Provides classes implementing format specifiers in conversion patterns.
|
com.fr.third.apache.log4j.spi |
Contains part of the System Programming Interface (SPI) needed to
extend log4j.
|
限定符和类型 | 方法和说明 |
---|---|
void |
Log4JLogRecord.setThrownStackTrace(ThrowableInformation throwableInfo)
Set stack trace information associated with this Log4JLogRecord.
|
限定符和类型 | 方法和说明 |
---|---|
ThrowableInformation |
LogEvent.getThrowableInformation()
Returns the throwable information contained within this
event.
|
构造器和说明 |
---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
ThrowableInformation |
LoggingEvent.getThrowableInformation()
Returns the throwable information contained within this
event.
|
构造器和说明 |
---|
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.
|