Serialized Form
-
Package org.apache.commons.logging
-
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.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
-
currentLogLevel
int currentLogLevel
The current log level -
logName
java.lang.String logName
The name of this simple log instance -
shortLogName
java.lang.String shortLogName
The short name of this simple log instance
-
-
Class org.apache.commons.logging.impl.SLF4JLocationAwareLog extends java.lang.Object implements Serializable
- serialVersionUID:
- -2379157579039314822L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
Replace this instance with a homonymous (same name) logger returned by LoggerFactory. Note that this method is only called during deserialization.- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
name
java.lang.String name
-
-
Class org.apache.commons.logging.impl.SLF4JLog extends java.lang.Object implements Serializable
- serialVersionUID:
- 680728617011167209L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
Replace this instance with a homonymous (same name) logger returned by LoggerFactory. Note that this method is only called during deserialization.- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
name
java.lang.String name
-
-