Log4j 1.3alpha-5

Serialized Form


Package org.apache.log4j.config

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

Serialized Fields

rootCause

java.lang.Throwable rootCause


Package org.apache.log4j.helpers

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

Serialized Fields

startTime

long startTime


Package org.apache.log4j.plugins

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


Package org.apache.log4j.rolling

Class org.apache.log4j.rolling.RolloverFailure implements Serializable


Package org.apache.log4j.rolling.helper

Class org.apache.log4j.rolling.helper.RollingCalendar implements Serializable

Serialized Fields

type

int type


Package org.apache.log4j.rule

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

Serialized Fields

propertySupport

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

java.awt.Color foregroundColor

backgroundColor

java.awt.Color backgroundColor

expression

java.lang.String expression

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

Serialized Fields

value

java.lang.String value

field

java.lang.String field

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

Serialized Fields

field

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

java.lang.String field

value

java.lang.String value

inequalitySymbol

java.lang.String inequalitySymbol

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

Serialization Methods

readObject

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

Throws:
java.io.IOException

writeObject

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

Throws:
java.io.IOException

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

Serialization Methods

readObject

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

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

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

Throws:
java.io.IOException

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

Serialized Fields

field

java.lang.String field

value

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

java.lang.String field

value

java.lang.String value

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

Serialization Methods

readObject

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

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

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

Throws:
java.io.IOException
Serialized Fields

timeStamp

long timeStamp

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

Serialization Methods

readObject

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

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

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

Throws:
java.io.IOException
Serialized Fields

timeStamp

long timeStamp


Package org.apache.log4j.spi

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

Serialization Methods

readObject

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

writeObject

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

categoryName

java.lang.String categoryName

ndc

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


properties

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

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.


sequenceNumber

long sequenceNumber
Each logging event bears a sequence number.

Since:
1.3

locationInfo

org.apache.log4j.spi.location.LocationInfo locationInfo
Location information for the caller.

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

Serialized Fields

rep

java.lang.String[] rep


Log4j 1.3alpha-5

Copyright 2000-2005 Apache Software Foundation.