Serialized Form


Package org.apache.commons.logging

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

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

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

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

Serialized Fields

name

java.lang.String name
Logger name

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

Serialized Fields

name

java.lang.String name
Name of this logger

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

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

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

Serialized Fields

queue

java.lang.ref.ReferenceQueue queue

changeCount

int changeCount



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