Serialized Form
-
Package org.apache.commons.logging
-
Exception org.apache.commons.logging.LogConfigurationException
class 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
class Jdk13LumberjackLogger extends Object implements Serializable- serialVersionUID:
- -8649807923527610591L
-
Class org.apache.commons.logging.impl.Jdk14Logger
class Jdk14Logger extends Object implements Serializable- serialVersionUID:
- 4784713551416303804L
-
Serialized Fields
-
name
String name
-
-
Class org.apache.commons.logging.impl.NoOpLog
class NoOpLog extends Object implements Serializable- serialVersionUID:
- 561423906191706148L
-
Class org.apache.commons.logging.impl.SimpleLog
class SimpleLog extends Object implements Serializable- serialVersionUID:
- 136942970684951178L
-
Class org.apache.commons.logging.impl.SLF4JLocationAwareLog
class SLF4JLocationAwareLog extends Object implements Serializable- serialVersionUID:
- -2379157579039314822L
-
Serialization Methods
-
readResolve
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
class SLF4JLog extends Object implements Serializable- serialVersionUID:
- 680728617011167209L
-
Serialization Methods
-
readResolve
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.WeakHashtable
class WeakHashtable extends Hashtable implements Serializable- serialVersionUID:
- -1546036869799732453L
-
Serialized Fields
-
changeCount
int changeCount
-
queue
ReferenceQueue queue
-
-
-
Package org.slf4j
-
Package org.slf4j.helpers
-
Class org.slf4j.helpers.BasicMarker
class BasicMarker extends Object implements Serializable- serialVersionUID:
- -2849567615646933777L
-
Class org.slf4j.helpers.MarkerIgnoringBase
class MarkerIgnoringBase extends NamedLoggerBase implements Serializable- serialVersionUID:
- 9044267456635152283L
-
Class org.slf4j.helpers.NOPLogger
class NOPLogger extends MarkerIgnoringBase implements Serializable- serialVersionUID:
- -517220405410904473L
-
-
Package org.slf4j.impl
-
Class org.slf4j.impl.JCLLoggerAdapter
class JCLLoggerAdapter extends MarkerIgnoringBase implements Serializable- serialVersionUID:
- 4141593417490482209L
-
Serialized Fields
-
log
Log log
-
-
Class org.slf4j.impl.JDK14LoggerAdapter
class JDK14LoggerAdapter extends MarkerIgnoringBase implements Serializable- serialVersionUID:
- -8053026990503422791L
-
Class org.slf4j.impl.SimpleLogger
class SimpleLogger extends MarkerIgnoringBase implements Serializable- serialVersionUID:
- -632788891211436180L
-
Serialized Fields
-
currentLogLevel
int currentLogLevel
The current log level
-
-