Serialized Form
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Custom deserialization of Level.
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Serialize level.
Package org.apache.log4j.config |
rootCause
Throwable rootCause
Package org.apache.log4j.helpers |
format
SimpleDateFormat format
- Deprecated.
- SimpleDateFormat used to perform format requests.
shortMonths
String[] shortMonths
- Deprecated.
- Short names for the months.
startTime
long startTime
Package org.apache.log4j.plugins |
Package org.apache.log4j.rule |
propertySupport
PropertyChangeSupport propertySupport
firstRule
Rule firstRule
secondRule
Rule secondRule
rule
Rule rule
foregroundColor
Color foregroundColor
backgroundColor
Color backgroundColor
expression
String expression
value
String value
field
String field
field
String field
rule
Rule rule
field
String field
value
String value
inequalitySymbol
String inequalitySymbol
readObject
private void readObject(ObjectInputStream in)
throws IOException
- Deserialize the state of the object
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serialize the state of the object
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserialize the state of the object
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serialize the state of the object
field
String field
value
String value
rule
Rule rule
rule1
Rule rule1
rule2
Rule rule2
field
String field
value
String value
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserialize the state of the object
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serialize the state of the object
timeStamp
long timeStamp
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserialize the state of the object
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serialize the state of the object
timeStamp
long timeStamp
Package org.apache.log4j.spi |
lineNumber
String lineNumber
- Caller's line number.
fileName
String fileName
- Caller's file name.
className
String className
- Caller's fully qualified class name.
methodName
String methodName
- Caller's method name.
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
categoryName
String categoryName
- The logger name.
the 'logger name' variable name ("categoryName") must remain the same
as prior versions in order to maintain serialization compatibility with
log4j 1.2.8
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
LocationInfo locationInfo
- Location information for the caller.
rep
String[] rep
Copyright © 2000-2006 Apache Software Foundation.
Licensed under the Apache License, Version 2.0.