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
-
readResolve
private java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
writeObject
private void writeObject(java.io.ObjectOutputStream arg0) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Package org.apache.log4j.component.plugins
-
Class org.apache.log4j.component.plugins.PluginEvent extends java.util.EventObject implements Serializable
-
-
Package org.apache.log4j.extras
-
Class org.apache.log4j.extras.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
-
cache
java.lang.StringBuffer cache
-
expiration
int expiration
-
formatter
java.text.DateFormat formatter
-
millisecondStart
int millisecondStart
-
previousTime
long previousTime
-
slotBegin
long slotBegin
-
tmpDate
java.util.Date tmpDate
-
-
Class org.apache.log4j.pattern.LogEvent 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
Deprecated. -
locationInfo
org.apache.log4j.spi.LocationInfo locationInfo
-
mdcCopy
java.util.Hashtable mdcCopy
-
mdcCopyLookupRequired
boolean mdcCopyLookupRequired
-
ndc
java.lang.String ndc
-
ndcLookupRequired
boolean ndcLookupRequired
-
renderedMessage
java.lang.String renderedMessage
-
threadName
java.lang.String threadName
-
throwableInfo
org.apache.log4j.spi.ThrowableInformation throwableInfo
-
timeStamp
long timeStamp
-
-
-
Package org.apache.log4j.receivers.helpers
-
Class org.apache.log4j.receivers.helpers.UtilLoggingLevel extends org.apache.log4j.Level implements Serializable
- serialVersionUID:
- 909301162611820211L
-
-
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
-
Class org.apache.log4j.rule.ColorRule extends AbstractRule implements Serializable
- serialVersionUID:
- -794434783372847773L
-
Serialized Fields
-
backgroundColor
java.awt.Color backgroundColor
Background color. -
expression
java.lang.String expression
Expression. -
foregroundColor
java.awt.Color foregroundColor
Foreground color. -
rule
Rule rule
Wrapped rule.
-
-
Class org.apache.log4j.rule.EqualsRule extends AbstractRule implements Serializable
- serialVersionUID:
- 1712851553477517245L
-
Serialized Fields
-
field
java.lang.String field
Field. -
value
java.lang.String value
Value.
-
-
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. -
inequalitySymbol
java.lang.String inequalitySymbol
Inequality symbol. -
value
java.lang.String value
Comparison value.
-
-
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 deserializationjava.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
-
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 deserializationjava.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 deserializationjava.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
Deprecated. -
locationInfo
org.apache.log4j.spi.LocationInfo locationInfo
-
mdcCopy
java.util.Hashtable mdcCopy
-
mdcCopyLookupRequired
boolean mdcCopyLookupRequired
-
ndc
java.lang.String ndc
-
ndcLookupRequired
boolean ndcLookupRequired
-
renderedMessage
java.lang.String renderedMessage
-
threadName
java.lang.String threadName
-
throwableInfo
org.apache.log4j.spi.ThrowableInformation throwableInfo
-
timeStamp
long timeStamp
-
-
Class org.apache.log4j.spi.ThrowableInformation extends java.lang.Object implements Serializable
- serialVersionUID:
- -4748765566864322735L
-
Serialized Fields
-
rep
java.lang.String[] rep
-
-