Serialized Form


Package org.apache.commons.logging

Class org.apache.commons.logging.LogConfigurationException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

cause

java.lang.Throwable cause
The underlying cause of this exception.


Package org.apache.juli.logging

Class org.apache.juli.logging.LogConfigurationException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
The underlying cause of this exception.


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.

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

Package org.slf4j.helpers

Class org.slf4j.helpers.BasicMarker extends java.lang.Object implements Serializable

serialVersionUID: 1803952589649545191L

Serialized Fields

name

java.lang.String name

refereceList

java.util.List<E> refereceList

Class org.slf4j.helpers.MarkerIgnoringBase extends org.slf4j.helpers.NamedLoggerBase implements Serializable

Class org.slf4j.helpers.NOPLogger extends MarkerIgnoringBase implements Serializable

serialVersionUID: -517220405410904473L



Copyright © 2006-2009 OPS4J - Open Participation Software for Java. All Rights Reserved.