JCL 1.1.1 implemented over SLF4J 1.7.2-redhat-1

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.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.SLF4JLocationAwareLog extends Object implements Serializable

serialVersionUID: -2379157579039314822L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Replace this instance with a homonymous (same name) logger returned by LoggerFactory. Note that this method is only called during deserialization.

Throws:
ObjectStreamException
Serialized Fields

name

String name

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

serialVersionUID: 680728617011167209L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Replace this instance with a homonymous (same name) logger returned by LoggerFactory. Note that this method is only called during deserialization.

Throws:
ObjectStreamException
Serialized Fields

name

String name


JCL 1.1.1 implemented over SLF4J 1.7.2-redhat-1

Copyright © 2005-2013 JBoss by Red Hat. All Rights Reserved.