Log4j 1.2.14

Serialized Form


Package org.apache.log4j

Class org.apache.log4j.Level extends Priority implements Serializable

serialVersionUID: 3491141966387921974L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Custom deserialization of Level.

Throws:
java.io.IOException - if IO exception.
java.lang.ClassNotFoundException - if class not found.

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Serialize level.

Throws:
java.io.IOException - if exception during serialization.

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Resolved deserialized level to one of the stock instances. May be overriden in classes derived from Level.

Throws:
java.io.ObjectStreamException - if exception during resolution.

Package org.apache.log4j.chainsaw

Class org.apache.log4j.chainsaw.Main extends javax.swing.JFrame implements Serializable


Package org.apache.log4j.config

Class org.apache.log4j.config.PropertySetterException extends java.lang.Exception implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Package org.apache.log4j.helpers

Class org.apache.log4j.helpers.AbsoluteTimeDateFormat extends java.text.DateFormat implements Serializable

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

Serialized Fields

shortMonths

java.lang.String[] shortMonths

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

Class org.apache.log4j.helpers.RelativeTimeDateFormat extends java.text.DateFormat implements Serializable

Serialized Fields

startTime

long startTime

Package org.apache.log4j.lf5

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

Class org.apache.log4j.lf5.LogLevel extends java.lang.Object implements Serializable

Serialized Fields

_label

java.lang.String _label

_precedence

int _precedence

Class org.apache.log4j.lf5.LogLevelFormatException extends java.lang.Exception implements Serializable

Class org.apache.log4j.lf5.LogRecord extends java.lang.Object implements Serializable

Serialized Fields

_level

LogLevel _level

_message

java.lang.String _message

_sequenceNumber

long _sequenceNumber

_millis

long _millis

_category

java.lang.String _category

_thread

java.lang.String _thread

_thrownStackTrace

java.lang.String _thrownStackTrace

_thrown

java.lang.Throwable _thrown

_ndc

java.lang.String _ndc

_location

java.lang.String _location

Package org.apache.log4j.spi

Class org.apache.log4j.spi.LocationInfo extends java.lang.Object implements Serializable

serialVersionUID: -1325822038990805636L

Serialized Fields

fullInfo

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

Class org.apache.log4j.spi.LoggingEvent extends java.lang.Object implements Serializable

serialVersionUID: -868428216207166145L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream oos)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

categoryName

java.lang.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

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


mdcCopy

java.util.Hashtable<K,V> 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

java.lang.String renderedMessage
The application supplied message rendered through the log4j objet rendering mechanism.


threadName

java.lang.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 extends java.lang.Object implements Serializable

serialVersionUID: -4748765566864322735L

Serialized Fields

rep

java.lang.String[] rep


Log4j 1.2.14

Copyright 2000-2005 Apache Software Foundation.