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.AvalonLogger extends Object implements Serializable |
name
String name
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: 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.
Package org.slf4j.helpers |
serialVersionUID: 1803952589649545191L
name
String name
children
List<E> children
Copyright © 2005-2008 QOS.ch. All Rights Reserved.