Serialized Form
Package org.apache.commons.logging |
serialVersionUID: 8486587136871052495L
cause
Throwable cause
- The underlying cause of this exception.
Package org.apache.commons.logging.impl |
serialVersionUID: 561423906191706148L
serialVersionUID: 136942970684951178L
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
Copyright © 2005-2011 QOS.ch. All Rights Reserved.