Serialized Form


Package org.apache.commons.logging

Class org.apache.commons.logging.AltHashtable extends java.util.Hashtable implements Serializable

serialVersionUID: 8927996458633688095L

Class org.apache.commons.logging.DummyException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 8486587136871052495L

Serialized Fields

cause

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


Package org.apache.commons.logging.impl

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

serialVersionUID: -8649807923527610591L

Serialized Fields

name

java.lang.String name

sourceClassName

java.lang.String sourceClassName

sourceMethodName

java.lang.String sourceMethodName

classAndMethodFound

boolean classAndMethodFound

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

serialVersionUID: 4784713551416303804L

Serialized Fields

name

java.lang.String name
The name of the logger we are wrapping.

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

serialVersionUID: 5160705895411730424L

Serialized Fields

name

java.lang.String name
Logger name

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

serialVersionUID: 3768538055836059519L

Serialized Fields

name

java.lang.String name
Name of this logger

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

serialVersionUID: 561423906191706148L

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

serialVersionUID: 136942970684951178L

Serialized Fields

logName

java.lang.String logName
The name of this simple log instance


currentLogLevel

int currentLogLevel
The current log level


shortLogName

java.lang.String shortLogName
The short name of this simple log instance

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

serialVersionUID: -1546036869799732453L

Serialized Fields

queue

java.lang.ref.ReferenceQueue<T> queue

changeCount

int changeCount



Copyright 2002-2013 The Apache Software Foundation.