private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
- if IO exception.java.lang.ClassNotFoundException
- if class not found.private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
java.io.IOException
- if exception during serialization.private java.lang.Object readResolve() throws java.io.ObjectStreamException
java.io.ObjectStreamException
- if exception during resolution.java.lang.Throwable rootCause
java.lang.String[] shortMonths
long startTime
java.lang.String _label
int _precedence
LogLevel _level
java.lang.String _message
long _sequenceNumber
long _millis
java.lang.String _category
java.lang.String _thread
java.lang.String _thrownStackTrace
java.lang.Throwable _thrown
java.lang.String _ndc
java.lang.String _location
java.lang.String fullInfo
fully.qualified.classname.of.caller.methodName(Filename.java:line)
private void readObject(java.io.ObjectInputStream ois) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
java.io.IOException
java.lang.String categoryName
LoggingEvent.getLoggerName()
method instead.The category (logger) name.
java.lang.String ndc
java.util.Hashtable<K,V> mdcCopy
boolean ndcLookupRequired
boolean mdcCopyLookupRequired
java.lang.String renderedMessage
java.lang.String threadName
ThrowableInformation throwableInfo
long timeStamp
LocationInfo locationInfo
java.lang.String[] rep
Copyright 2000-2007 Apache Software Foundation.