Serialized Form
Package org.apache.log4j.config |
rootCause
Throwable rootCause
Package org.apache.log4j.examples |
Package org.apache.log4j.examples.appserver |
hostname
String hostname
- Hostname of machine from which this event originated.
component
String component
- Name of component from which this event originated.
server
String server
- Name of server from which this event originated. This
attribute may be more germane to CORBA/EJB environments.
version
String version
- Version name of server/component.
Package org.apache.log4j.helpers |
shortMonths
String[] shortMonths
startTime
long startTime
Package org.apache.log4j.spi |
fullInfo
String fullInfo
- All available caller information, in the format
fully.qualified.classname.of.caller.methodName(Filename.java:line)
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
categoryName
String categoryName
- The category name.
ndc
String ndc
- The nested diagnostic context (NDC) of logging event.
ndcLookupRequired
boolean ndcLookupRequired
- Have we tried to do an NDC lookup? If we did, there is no need
to do it again. Note that its value is always false when
serialized. Thus, a receiving SocketNode will never use it's own
(incorrect) NDC. See also writeObject method.
renderedMessage
String renderedMessage
- The application supplied message rendered through the log4j
objet rendering mechanism.
threadName
String threadName
- The name of thread in which this logging event was generated.
throwableInfo
ThrowableInformation throwableInfo
- This
variable contains information about this event's throwable
timeStamp
long timeStamp
- The number of milliseconds elapsed from 1/1/1970 until logging event
was created.
locationInfo
LocationInfo locationInfo
- Location information for the caller.
rep
String[] rep
Please notify me about new log4j releases.