Serialized Form
-
Package org.apache.log4j
-
Class org.apache.log4j.Level
class Level extends org.apache.log4j.Priority implements Serializable- serialVersionUID:
- 3491141966387921974L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
readResolve
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
-
Package org.apache.log4j.component.plugins
-
Class org.apache.log4j.component.plugins.PluginEvent
class PluginEvent extends EventObject implements Serializable
-
-
Package org.apache.log4j.extras
-
Class org.apache.log4j.extras.UtilLoggingLevel
class UtilLoggingLevel extends org.apache.log4j.Level implements Serializable- serialVersionUID:
- 909301162611820211L
-
-
Package org.apache.log4j.pattern
-
Class org.apache.log4j.pattern.CachedDateFormat
class CachedDateFormat extends DateFormat implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cache
StringBuffer cache
-
expiration
int expiration
-
formatter
DateFormat formatter
-
millisecondStart
int millisecondStart
-
previousTime
long previousTime
-
slotBegin
long slotBegin
-
tmpDate
Date tmpDate
-
-
Class org.apache.log4j.pattern.LogEvent
class LogEvent extends Object implements Serializable- serialVersionUID:
- -868428216207166145L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
categoryName
String categoryName
Deprecated. -
locationInfo
org.apache.log4j.spi.LocationInfo locationInfo
-
mdcCopy
Hashtable mdcCopy
-
mdcCopyLookupRequired
boolean mdcCopyLookupRequired
-
ndc
String ndc
-
ndcLookupRequired
boolean ndcLookupRequired
-
renderedMessage
String renderedMessage
-
threadName
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
class UtilLoggingLevel extends org.apache.log4j.Level implements Serializable- serialVersionUID:
- 909301162611820211L
-
-
Package org.apache.log4j.rule
-
Class org.apache.log4j.rule.AbstractRule
class AbstractRule extends Object implements Serializable- serialVersionUID:
- -2844288145563025172L
-
Serialized Fields
-
propertySupport
PropertyChangeSupport propertySupport
PropertySupport instance.
-
-
Class org.apache.log4j.rule.AndRule
class AndRule extends AbstractRule implements Serializable- serialVersionUID:
- -8233444426923854651L
-
Class org.apache.log4j.rule.ColorRule
class ColorRule extends AbstractRule implements Serializable- serialVersionUID:
- -794434783372847773L
-
Class org.apache.log4j.rule.EqualsRule
class EqualsRule extends AbstractRule implements Serializable- serialVersionUID:
- 1712851553477517245L
-
Class org.apache.log4j.rule.ExistsRule
class ExistsRule extends AbstractRule implements Serializable- serialVersionUID:
- -5386265224649967464L
-
Serialized Fields
-
field
String field
field name.
-
-
Class org.apache.log4j.rule.ExpressionRule
class ExpressionRule extends AbstractRule implements Serializable- serialVersionUID:
- 5809121703146893729L
-
Serialized Fields
-
rule
Rule rule
Rule.
-
-
Class org.apache.log4j.rule.InequalityRule
class InequalityRule extends AbstractRule implements Serializable- serialVersionUID:
- -5592986598528885122L
-
Class org.apache.log4j.rule.LevelEqualsRule
class LevelEqualsRule extends AbstractRule implements Serializable- serialVersionUID:
- -3638386582899583994L
-
Serialization Methods
-
readObject
Deserialize the state of the object.- Parameters:
in
- object input stream.- Throws:
IOException
- if error in reading stream for deserialization.
-
writeObject
Serialize the state of the object.- Parameters:
out
- object output stream.- Throws:
IOException
- if error in writing stream during serialization.
-
-
Class org.apache.log4j.rule.LikeRule
class LikeRule extends AbstractRule implements Serializable- serialVersionUID:
- -3375458885595683156L
-
Serialization Methods
-
readObject
Deserialize the state of the object.- Parameters:
in
- object input stream- Throws:
IOException
- if IOException during deserializationClassNotFoundException
- if class not found.
-
writeObject
Serialize the state of the object.- Parameters:
out
- object output stream- Throws:
IOException
- if IOException during serialization
-
-
Class org.apache.log4j.rule.NotEqualsRule
class NotEqualsRule extends AbstractRule implements Serializable- serialVersionUID:
- -1135478467213793211L
-
Class org.apache.log4j.rule.NotLevelEqualsRule
class NotLevelEqualsRule extends AbstractRule implements Serializable- serialVersionUID:
- -3638386582899583994L
-
Serialization Methods
-
readObject
Deserialize the state of the object.- Parameters:
in
- object input stream.- Throws:
IOException
- if error in reading stream for deserialization.
-
writeObject
Serialize the state of the object.- Parameters:
out
- object output stream.- Throws:
IOException
- if error in writing stream during serialization.
-
-
Class org.apache.log4j.rule.NotRule
class NotRule extends AbstractRule implements Serializable- serialVersionUID:
- -6827159473117969306L
-
Serialized Fields
-
rule
Rule rule
Enclosed rule.
-
-
Class org.apache.log4j.rule.OrRule
class OrRule extends AbstractRule implements Serializable- serialVersionUID:
- 2088765995061413165L
-
Class org.apache.log4j.rule.PartialTextMatchRule
class PartialTextMatchRule extends AbstractRule implements Serializable- serialVersionUID:
- 6963284773637727558L
-
Class org.apache.log4j.rule.TimestampEqualsRule
class TimestampEqualsRule extends AbstractRule implements Serializable- serialVersionUID:
- 1639079557187790321L
-
Serialization Methods
-
readObject
Deserialize the state of the object.- Parameters:
in
- object input stream- Throws:
IOException
- if IO error during deserializationClassNotFoundException
- if class not found during deserialization
-
writeObject
Serialize the state of the object.- Parameters:
out
- object output stream- Throws:
IOException
- if IO error during serialization
-
-
Serialized Fields
-
timeStamp
long timeStamp
time stamp.
-
-
Class org.apache.log4j.rule.TimestampInequalityRule
class TimestampInequalityRule extends AbstractRule implements Serializable- serialVersionUID:
- -4642641663914789241L
-
Serialization Methods
-
readObject
Deserialize the state of the object.- Parameters:
in
- object input stream- Throws:
IOException
- if IO error during deserializationClassNotFoundException
- if class not found
-
writeObject
Serialize the state of the object.- Parameters:
out
- object output stream- Throws:
IOException
- if IO error during serialization
-
-
Serialized Fields
-
timeStamp
long timeStamp
Timestamp.
-
-
-
Package org.apache.log4j.spi
-
Class org.apache.log4j.spi.LocationInfo
class LocationInfo extends Object implements Serializable- serialVersionUID:
- -1325822038990805636L
-
Serialized Fields
-
fullInfo
String fullInfo
-
-
Class org.apache.log4j.spi.LoggingEvent
class LoggingEvent extends Object implements Serializable- serialVersionUID:
- -868428216207166145L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
categoryName
String categoryName
Deprecated. -
locationInfo
org.apache.log4j.spi.LocationInfo locationInfo
-
mdcCopy
Hashtable mdcCopy
-
mdcCopyLookupRequired
boolean mdcCopyLookupRequired
-
ndc
String ndc
-
ndcLookupRequired
boolean ndcLookupRequired
-
renderedMessage
String renderedMessage
-
threadName
String threadName
-
throwableInfo
org.apache.log4j.spi.ThrowableInformation throwableInfo
-
timeStamp
long timeStamp
-
-
Class org.apache.log4j.spi.ThrowableInformation
class ThrowableInformation extends Object implements Serializable- serialVersionUID:
- -4748765566864322735L
-
Serialized Fields
-
rep
String[] rep
-
-