程序包 | 说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
LocationInfo |
LogEvent.getLocationInformation()
Set the location information for this logging 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.
|
限定符和类型 | 字段和说明 |
---|---|
static LocationInfo |
LocationInfo.NA_LOCATION_INFO
NA_LOCATION_INFO is provided for compatibility with log4j 1.3.
|
限定符和类型 | 方法和说明 |
---|---|
LocationInfo |
LoggingEvent.getLocationInformation()
Set the location information for this logging 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.
|