Log4j 1.2.8

Serialized Form


Package org.apache.log4j.chainsaw

Class org.apache.log4j.chainsaw.Main implements Serializable


Package org.apache.log4j.config

Class org.apache.log4j.config.PropertySetterException implements Serializable

Serialized Fields

rootCause

Throwable rootCause


Package org.apache.log4j.helpers

Class org.apache.log4j.helpers.AbsoluteTimeDateFormat implements Serializable

Class org.apache.log4j.helpers.DateTimeDateFormat implements Serializable

Serialized Fields

shortMonths

String[] shortMonths

Class org.apache.log4j.helpers.ISO8601DateFormat implements Serializable

Class org.apache.log4j.helpers.RelativeTimeDateFormat implements Serializable

Serialized Fields

startTime

long startTime


Package org.apache.log4j.lf5

Class org.apache.log4j.lf5.Log4JLogRecord implements Serializable

Class org.apache.log4j.lf5.LogLevel implements Serializable

Serialized Fields

_label

String _label

_precedence

int _precedence

Class org.apache.log4j.lf5.LogLevelFormatException implements Serializable

Class org.apache.log4j.lf5.LogRecord implements Serializable

Serialized Fields

_level

LogLevel _level

_message

String _message

_sequenceNumber

long _sequenceNumber

_millis

long _millis

_category

String _category

_thread

String _thread

_thrownStackTrace

String _thrownStackTrace

_thrown

Throwable _thrown

_ndc

String _ndc

_location

String _location


Package org.apache.log4j.spi

Class org.apache.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.apache.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
Deprecated. This field will be marked as private in future releases. Please do not access it directly. Use the LoggingEvent.getLoggerName() method instead.

The category (logger) name.


ndc

String ndc
The nested diagnostic context (NDC) of logging event.

mdcCopy

Hashtable mdcCopy
The mapped diagnostic context (MDC) 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.

mdcCopyLookupRequired

boolean mdcCopyLookupRequired
Have we tried to do an MDC lookup? If we did, there is no need to do it again. Note that its value is always false when serialized. See also the getMDC and getMDCCopy methods.

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.

Class org.apache.log4j.spi.ThrowableInformation implements Serializable

Serialized Fields

rep

String[] rep


Log4j 1.2.8

Copyright 2000-2002 Apache Software Foundation.