Log4j 1.3alpha-8

Serialized Form


Package org.apache.log4j

Class org.apache.log4j.Level implements Serializable

Serialization Methods

readObject

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

writeObject

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


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

Serialized Fields

format

SimpleDateFormat format
Deprecated. 
SimpleDateFormat used to perform format requests.

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

Serialized Fields

shortMonths

String[] shortMonths
Deprecated. 
Short names for the months.

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

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

Serialized Fields

startTime

long startTime

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


Package org.apache.log4j.plugins

Class org.apache.log4j.plugins.PluginEvent implements Serializable


Package org.apache.log4j.rule

Class org.apache.log4j.rule.AbstractRule implements Serializable

Serialized Fields

propertySupport

PropertyChangeSupport propertySupport

Class org.apache.log4j.rule.AndRule implements Serializable

Serialized Fields

firstRule

Rule firstRule

secondRule

Rule secondRule

Class org.apache.log4j.rule.ColorRule implements Serializable

Serialized Fields

rule

Rule rule

foregroundColor

Color foregroundColor

backgroundColor

Color backgroundColor

expression

String expression

Class org.apache.log4j.rule.EqualsRule implements Serializable

Serialized Fields

value

String value

field

String field

Class org.apache.log4j.rule.ExistsRule implements Serializable

Serialized Fields

field

String field

Class org.apache.log4j.rule.ExpressionRule implements Serializable

Serialized Fields

rule

Rule rule

Class org.apache.log4j.rule.InequalityRule implements Serializable

Serialized Fields

field

String field

value

String value

inequalitySymbol

String inequalitySymbol

Class org.apache.log4j.rule.LevelEqualsRule implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException
Deserialize the state of the object

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialize the state of the object

Class org.apache.log4j.rule.LikeRule implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserialize the state of the object

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialize the state of the object

Class org.apache.log4j.rule.NotEqualsRule implements Serializable

Serialized Fields

field

String field

value

String value

Class org.apache.log4j.rule.NotRule implements Serializable

Serialized Fields

rule

Rule rule

Class org.apache.log4j.rule.OrRule implements Serializable

Serialized Fields

rule1

Rule rule1

rule2

Rule rule2

Class org.apache.log4j.rule.PartialTextMatchRule implements Serializable

Serialized Fields

field

String field

value

String value

Class org.apache.log4j.rule.TimestampEqualsRule implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserialize the state of the object

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialize the state of the object
Serialized Fields

timeStamp

long timeStamp

Class org.apache.log4j.rule.TimestampInequalityRule implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserialize the state of the object

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialize the state of the object
Serialized Fields

timeStamp

long timeStamp


Package org.apache.log4j.spi

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

Serialized Fields

lineNumber

String lineNumber
Caller's line number.

fileName

String fileName
Caller's file name.

className

String className
Caller's fully qualified class name.

methodName

String methodName
Caller's method name.

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
The logger name. the 'logger name' variable name ("categoryName") must remain the same as prior versions in order to maintain serialization compatibility with log4j 1.2.8

ndc

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

properties

Map properties

The properties map is specific for this event.

When serialized, it contains a copy of MDC properties as well as LoggerRepository properties.

It survives serialization.

Since:
1.3

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.

sequenceNumber

long sequenceNumber
Each logging event bears a sequence number.
Since:
1.3

locationInfo

LocationInfo locationInfo
Location information for the caller.

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

Serialized Fields

rep

String[] rep


Log4j 1.3alpha-8

Copyright © 2000-2006 Apache Software Foundation.
Licensed under the Apache License, Version 2.0.