Serialized Form


Package org.apache.commons.logging

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

serialVersionUID: 8486587136871052495L

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

serialVersionUID: -8649807923527610591L

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

serialVersionUID: 4784713551416303804L

Serialized Fields

name

String name
The name of the logger we are wrapping.

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

serialVersionUID: 5160705895411730424L

Serialized Fields

name

String name
Logger name

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

serialVersionUID: 3768538055836059519L

Serialized Fields

name

String name
Name of this logger

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

serialVersionUID: 561423906191706148L

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

serialVersionUID: 136942970684951178L

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.WeakHashtable extends Hashtable implements Serializable

serialVersionUID: -1546036869799732453L

Serialized Fields

queue

ReferenceQueue queue

changeCount

int changeCount



Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.