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
The name of the logger we are wrapping.

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

Serialized Fields

name

String name
Logger name

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

Serialized Fields

name

String name
Name of this logger

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

Serialized Fields

queue

ReferenceQueue queue

changeCount

int changeCount



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.