Serialized Form


Package org.apache.log4j

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

serialVersionUID: 3491141966387921974L

Serialization Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

Package org.apache.log4j.extras

Class org.apache.log4j.extras.UtilLoggingLevel extends org.apache.log4j.Level implements Serializable

serialVersionUID: 909301162611820211L


Package org.apache.log4j.helpers

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

serialVersionUID: -388856345976723342L

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

serialVersionUID: 5547637772208514971L

Serialized Fields

shortMonths

java.lang.String[] shortMonths

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

serialVersionUID: -759840745298755296L

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

serialVersionUID: 7055751607085611984L

Serialized Fields

startTime

long startTime

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

serialVersionUID: 909301162611820211L


Package org.apache.log4j.pattern

Class org.apache.log4j.pattern.CachedDateFormat extends java.text.DateFormat implements Serializable

serialVersionUID: 1L

Serialized Fields

formatter

java.text.DateFormat formatter
Wrapped formatter.


millisecondStart

int millisecondStart
Index of initial digit of millisecond pattern or UNRECOGNIZED_MILLISECONDS or NO_MILLISECONDS.


slotBegin

long slotBegin
Integral second preceding the previous convered Date.


cache

java.lang.StringBuffer cache
Cache of previous conversion.


expiration

int expiration
Maximum validity period for the cache. Typically 1, use cache for duplicate requests only, or 1000, use cache for requests within the same integral second.


previousTime

long previousTime
Date requested in previous conversion.


tmpDate

java.util.Date tmpDate
Scratch date object used to minimize date object creation.

Class org.apache.log4j.pattern.LogEvent 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 LogEvent.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

org.apache.log4j.spi.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

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


Package org.apache.log4j.rule

Class org.apache.log4j.rule.AbstractRule extends java.lang.Object implements Serializable

serialVersionUID: -2844288145563025172L

Serialized Fields

propertySupport

java.beans.PropertyChangeSupport propertySupport
PropertySupport instance.

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

serialVersionUID: -8233444426923854651L

Serialized Fields

firstRule

Rule firstRule
First rule.


secondRule

Rule secondRule
Second rule.

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

serialVersionUID: -794434783372847773L

Serialized Fields

rule

Rule rule
Wrapped rule.


foregroundColor

java.awt.Color foregroundColor
Foreground color.


backgroundColor

java.awt.Color backgroundColor
Background color.


expression

java.lang.String expression
Expression.

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

serialVersionUID: 1712851553477517245L

Serialized Fields

value

java.lang.String value
Value.


field

java.lang.String field
Field.

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

serialVersionUID: -5386265224649967464L

Serialized Fields

field

java.lang.String field
field name.

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

serialVersionUID: 5809121703146893729L

Serialized Fields

rule

Rule rule
Rule.

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

serialVersionUID: -5592986598528885122L

Serialized Fields

field

java.lang.String field
Field name.


value

java.lang.String value
Comparison value.


inequalitySymbol

java.lang.String inequalitySymbol
Inequality symbol.

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

serialVersionUID: -3638386582899583994L

Serialization Methods

readObject

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

Throws:
java.io.IOException - if error in reading stream for deserialization.

writeObject

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

Throws:
java.io.IOException - if error in writing stream during serialization.

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

serialVersionUID: -3375458885595683156L

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 - if IOException during deserialization
java.lang.ClassNotFoundException - if class not found.

writeObject

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

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

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

serialVersionUID: -1135478467213793211L

Serialized Fields

field

java.lang.String field
Field.


value

java.lang.String value
Value.

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

serialVersionUID: -3638386582899583994L

Serialization Methods

readObject

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

Throws:
java.io.IOException - if error in reading stream for deserialization.

writeObject

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

Throws:
java.io.IOException - if error in writing stream during serialization.

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

serialVersionUID: -6827159473117969306L

Serialized Fields

rule

Rule rule
Enclosed rule.

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

serialVersionUID: 2088765995061413165L

Serialized Fields

rule1

Rule rule1
rule 1.


rule2

Rule rule2
Rule 2.

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

serialVersionUID: 6963284773637727558L

Serialized Fields

field

java.lang.String field
Field.


value

java.lang.String value
Value.

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

serialVersionUID: 1639079557187790321L

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 - if IO error during deserialization
java.lang.ClassNotFoundException - if class not found during deserialization

writeObject

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

Throws:
java.io.IOException - if IO error during serialization
Serialized Fields

timeStamp

long timeStamp
time stamp.

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

serialVersionUID: -4642641663914789241L

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 - if IO error during deserialization
java.lang.ClassNotFoundException - if class not found

writeObject

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

Throws:
java.io.IOException - if IO error during serialization
Serialized Fields

timeStamp

long timeStamp
Timestamp.


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

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

serialVersionUID: -868428216207166145L

Serialization Methods

readObject

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

writeObject

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

categoryName

java.lang.String categoryName

ndc

java.lang.String ndc

mdcCopy

java.util.Hashtable<K,V> mdcCopy

ndcLookupRequired

boolean ndcLookupRequired

mdcCopyLookupRequired

boolean mdcCopyLookupRequired

renderedMessage

java.lang.String renderedMessage

threadName

java.lang.String threadName

throwableInfo

org.apache.log4j.spi.ThrowableInformation throwableInfo

timeStamp

long timeStamp

locationInfo

org.apache.log4j.spi.LocationInfo locationInfo

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

serialVersionUID: -4748765566864322735L

Serialized Fields

rep

java.lang.String[] rep



Copyright © 2010 The Apache Software Foundation. Licensed under the Apache License, Version 2.0

Apache Extras Companion for Apache log4j, Apache log4j and Apache are trademarks of the Apache Software Foundation.