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

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Replace this instance with a homonymous (same name) logger returned by LoggerFactory. Note that this method is only called during deserialization.

Throws:
ObjectStreamException
Serialized Fields

name

String name

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

serialVersionUID: 680728617011167209L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Replace this instance with a homonymous (same name) logger returned by LoggerFactory. Note that this method is only called during deserialization.

Throws:
ObjectStreamException
Serialized Fields

name

String name

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.ext

Class org.slf4j.ext.EventData extends Object implements Serializable

Serialized Fields

eventData

Map<K,V> eventData

Class org.slf4j.ext.EventException extends RuntimeException implements Serializable


Package org.slf4j.helpers

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

serialVersionUID: 1803952589649545191L

Serialized Fields

name

String name

refereceList

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


Package org.slf4j.impl

Class org.slf4j.impl.JCLLoggerAdapter extends MarkerIgnoringBase implements Serializable

serialVersionUID: 4141593417490482209L

Serialized Fields

log

Log log

Class org.slf4j.impl.JDK14LoggerAdapter extends MarkerIgnoringBase implements Serializable

serialVersionUID: -8053026990503422791L

Serialized Fields

logger

Logger logger

Class org.slf4j.impl.Log4jLoggerAdapter extends MarkerIgnoringBase implements Serializable

serialVersionUID: 6182834493563598289L

Serialized Fields

traceCapable

boolean traceCapable

Class org.slf4j.impl.SimpleLogger extends MarkerIgnoringBase implements Serializable

serialVersionUID: -6560244151660620173L



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