Serialized Form
|
Package org.apache.commons.logging |
serialVersionUID: 1L
cause
java.lang.Throwable cause
- The underlying cause of this exception.
|
Package org.apache.juli.logging |
cause
java.lang.Throwable cause
- The underlying cause of this exception.
serialVersionUID: 3491141966387921974L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Custom deserialization of Level.
- Throws:
java.io.IOException - if IO exception.
java.lang.ClassNotFoundException - if class not found.
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Serialize level.
- Throws:
java.io.IOException - if exception during serialization.
readResolve
private java.lang.Object readResolve()
- Resolved deserialized level to one of the stock instances.
May be overriden in classes derived from Level.
|
Package org.slf4j.helpers |
serialVersionUID: 1803952589649545191L
name
java.lang.String name
refereceList
java.util.List<E> refereceList
serialVersionUID: -517220405410904473L
Copyright © 2006-2009 OPS4J - Open Participation Software for Java. All Rights Reserved.