Serialized Form
Package org.apache.commons.logging |
cause
Throwable cause
- The underlying cause of this exception.
Package org.apache.commons.logging.impl |
Class org.apache.commons.logging.impl.Jdk13LumberjackLogger extends Object implements Serializable |
name
String name
sourceClassName
String sourceClassName
sourceMethodName
String sourceMethodName
classAndMethodFound
boolean classAndMethodFound
Class org.apache.commons.logging.impl.Jdk14Logger extends Object implements Serializable |
name
String name
Class org.apache.commons.logging.impl.Log4JLogger extends Object implements Serializable |
name
String name
Class org.apache.commons.logging.impl.LogKitLogger extends Object implements Serializable |
name
String name
logName
String logName
- The name of this simple log instance
currentLogLevel
int currentLogLevel
- The current log level
shortLogName
String shortLogName
- The short name of this simple log instance
serialVersionUID: -2379157579039314822L
readResolve
protected Object readResolve()
throws ObjectStreamException
- Replace this instance with a homonymous (same name) logger returned by
LoggerFactory. Note that this method is only called during deserialization.
- Throws:
ObjectStreamException
name
String name
serialVersionUID: 680728617011167209L
readResolve
protected Object readResolve()
throws ObjectStreamException
- Replace this instance with a homonymous (same name) logger returned by
LoggerFactory. Note that this method is only called during deserialization.
- Throws:
ObjectStreamException
name
String name
Class org.apache.commons.logging.impl.WeakHashtable extends Hashtable implements Serializable |
queue
ReferenceQueue<T> queue
changeCount
int changeCount
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.
eventData
Map<K,V> eventData
Package org.slf4j.helpers |
serialVersionUID: 1803952589649545191L
name
String name
refereceList
List<E> refereceList
serialVersionUID: -517220405410904473L
serialVersionUID: 4141593417490482209L
log
Log log
serialVersionUID: -8053026990503422791L
logger
Logger logger
serialVersionUID: 6182834493563598289L
traceCapable
boolean traceCapable
serialVersionUID: -6560244151660620173L
Copyright © 2005-2009 QOS.ch. All Rights Reserved.