Serialized Form
-
Package org.apache.log4j
-
Class org.apache.log4j.Level extends Priority implements Serializable
- serialVersionUID:
- 3491141966387921974L
-
Serialization Methods
-
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.
-
readResolve
private java.lang.Object readResolve() throws java.io.ObjectStreamException
Resolved deserialized level to one of the stock instances. May be overridden in classes derived from Level.- Throws:
java.io.ObjectStreamException- if exception during resolution.
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Serialize level.- Throws:
java.io.IOException- if exception during serialization.
-
-