Log4j 0.9.1

Serialized Form


Package org.log4j.examples

Class org.log4j.examples.NumberCruncherServer implements Serializable


Package org.log4j.helpers

Class org.log4j.helpers.AbsoluteTimeDateFormat implements Serializable

Class org.log4j.helpers.DateTimeDateFormat implements Serializable

Serialized Fields

shortMonths

String[] shortMonths

Class org.log4j.helpers.ISO8601DateFormat implements Serializable

Class org.log4j.helpers.RelativeTimeDateFormat implements Serializable

Serialized Fields

startTime

long startTime


Package org.log4j.spi

Class org.log4j.spi.LocationInfo implements Serializable

Serialized Fields

fullInfo

String fullInfo
All available caller information, in the format fully.qualified.classname.of.caller.methodName(Filename.java:line)

Class org.log4j.spi.LoggingEvent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

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.

message

String message
The application supplied message of logging event.

threadName

String threadName
The name of thread in which this logging event was generated.

throwableInformation

String throwableInformation
This variable collects the info on a throwable. This variable will be shipped to

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.


Log4j 0.9.1

Please notify me about new log4j releases.