Package | Description |
---|---|
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 |
---|---|
ThrowableInformation |
LogEvent.getThrowableInformation()
Returns the throwable information contained within this event.
|
Constructor and Description |
---|
LogEvent(String fqnOfCategoryClass,
Logger logger,
long timeStamp,
Level level,
Object message,
String threadName,
ThrowableInformation throwable,
String ndc,
LocationInfo info,
Map properties)
Create new instance.
|
Modifier and Type | Method and Description |
---|---|
ThrowableInformation |
LoggingEvent.getThrowableInformation()
Returns the throwable information contained within this event.
|
Constructor and Description |
---|
LoggingEvent(String fqnOfCategoryClass,
Category logger,
long timeStamp,
Level level,
Object message,
String threadName,
ThrowableInformation throwable,
String ndc,
LocationInfo info,
Map properties)
Create new instance.
|
Copyright © 1999–2023 QOS.CH Sarl (Switzerland). All rights reserved.