Serialized Form
Package org.apache.log4j.config |
rootCause
java.lang.Throwable rootCause
Package org.apache.log4j.helpers |
startTime
long startTime
Package org.apache.log4j.plugins |
Package org.apache.log4j.rolling |
Package org.apache.log4j.rolling.helper |
type
int type
Package org.apache.log4j.rule |
propertySupport
java.beans.PropertyChangeSupport propertySupport
firstRule
Rule firstRule
secondRule
Rule secondRule
rule
Rule rule
foregroundColor
java.awt.Color foregroundColor
backgroundColor
java.awt.Color backgroundColor
expression
java.lang.String expression
value
java.lang.String value
field
java.lang.String field
field
java.lang.String field
rule
Rule rule
field
java.lang.String field
value
java.lang.String value
inequalitySymbol
java.lang.String inequalitySymbol
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
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
field
java.lang.String field
value
java.lang.String value
rule
Rule rule
rule1
Rule rule1
rule2
Rule rule2
field
java.lang.String field
value
java.lang.String value
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
timeStamp
long timeStamp
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
timeStamp
long timeStamp
Package org.apache.log4j.spi |
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
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.
rep
java.lang.String[] rep
Copyright 2000-2005 Apache Software Foundation.