Serialized Form
serialVersionUID: 3491141966387921974l
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Custom deserialization of Level.
- Throws:
IOException
- if IO exception.
ClassNotFoundException
- if class not found.
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Serialize level.
- Throws:
IOException
- if exception during serialization.
readResolve
private Object readResolve()
throws ObjectStreamException
- Resolved deserialized level to one of the stock instances.
May be overriden in classes derived from Level.
- Throws:
ObjectStreamException
- if exception during resolution.
Package org.apache.log4j.config |
rootCause
Throwable rootCause
Package org.apache.log4j.helpers |
format
SimpleDateFormat format
- Deprecated.
- SimpleDateFormat used to perform format requests.
startTime
long startTime
Package org.apache.log4j.plugins |
Package org.apache.log4j.rule |
serialVersionUID: -2844288145563025172l
propertySupport
PropertyChangeSupport propertySupport
serialVersionUID: -8233444426923854651l
firstRule
Rule firstRule
secondRule
Rule secondRule
serialVersionUID: -794434783372847773l
rule
Rule rule
foregroundColor
Color foregroundColor
backgroundColor
Color backgroundColor
expression
String expression
serialVersionUID: 1712851553477517245l
value
String value
field
String field
serialVersionUID: -5386265224649967464l
field
String field
serialVersionUID: 5809121703146893729l
rule
Rule rule
serialVersionUID: -5592986598528885122l
field
String field
value
String value
inequalitySymbol
String inequalitySymbol
serialVersionUID: -3638386582899583994l
readObject
private void readObject(ObjectInputStream in)
throws IOException
- Deserialize the state of the object
- Throws:
IOException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serialize the state of the object
- Throws:
IOException
serialVersionUID: -3375458885595683156l
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserialize the state of the object
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serialize the state of the object
- Throws:
IOException
serialVersionUID: -1135478467213793211l
field
String field
value
String value
serialVersionUID: -6827159473117969306l
rule
Rule rule
serialVersionUID: 2088765995061413165l
rule1
Rule rule1
rule2
Rule rule2
serialVersionUID: 6963284773637727558l
field
String field
value
String value
serialVersionUID: 1639079557187790321l
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserialize the state of the object
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serialize the state of the object
- Throws:
IOException
timeStamp
long timeStamp
serialVersionUID: -4642641663914789241l
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserialize the state of the object
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serialize the state of the object
- Throws:
IOException
timeStamp
long timeStamp
Package org.apache.log4j.spi |
serialVersionUID: -868428216207166145l
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
categoryName
String categoryName
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
org.apache.log4j.spi.location.LocationInfo locationInfo
- Location information for the caller.
serialVersionUID: -4748765566864322735l
rep
String[] rep
Copyright 2000-2005 Apache Software Foundation.