Serialized Form


Package org.apache.commons.logging

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

Serialized Fields

cause

Throwable cause
The underlying cause of this exception.


Package org.apache.commons.logging.impl

Class org.apache.commons.logging.impl.Jdk13LumberjackLogger extends Object implements Serializable

Serialized Fields

name

String name

sourceClassName

String sourceClassName

sourceMethodName

String sourceMethodName

classAndMethodFound

boolean classAndMethodFound

Class org.apache.commons.logging.impl.Jdk14Logger extends Object implements Serializable

Serialized Fields

name

String name

Class org.apache.commons.logging.impl.Log4JLogger extends Object implements Serializable

Serialized Fields

name

String name

Class org.apache.commons.logging.impl.LogKitLogger extends Object implements Serializable

Serialized Fields

name

String name

Class org.apache.commons.logging.impl.NoOpLog extends Object implements Serializable

Class org.apache.commons.logging.impl.SimpleLog extends Object implements Serializable

Serialized Fields

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

Class org.apache.commons.logging.impl.SLF4JLocationAwareLog extends Object implements Serializable

serialVersionUID: -2379157579039314822L

Class org.apache.commons.logging.impl.SLF4JLog extends Object implements Serializable

serialVersionUID: 680728617011167209L

Class org.apache.commons.logging.impl.WeakHashtable extends Hashtable implements Serializable

Serialized Fields

queue

ReferenceQueue<T> queue

changeCount

int changeCount

Package org.apache.log4j

Class org.apache.log4j.Level extends Priority implements Serializable

serialVersionUID: 3491141966387921974L

Serialization Methods

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

Package org.slf4j.helpers

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

serialVersionUID: 1803952589649545191L

Serialized Fields

name

String name

children

List<E> children



Copyright © 2005-2009 QOS.ch. All Rights Reserved.