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.Jdk13LumberjackLogger extends java.lang.Object implements Serializable
- serialVersionUID:
- -8649807923527610591L
-
Serialized Fields
-
classAndMethodFound
boolean classAndMethodFound
-
name
java.lang.String name
-
sourceClassName
java.lang.String sourceClassName
-
sourceMethodName
java.lang.String sourceMethodName
-
-
Class org.apache.commons.logging.impl.Jdk14Logger extends java.lang.Object implements Serializable
- serialVersionUID:
- 4784713551416303804L
-
Serialized Fields
-
name
java.lang.String name
-
-
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
-
-
Class org.apache.commons.logging.impl.WeakHashtable extends java.util.Hashtable implements Serializable
- serialVersionUID:
- -1546036869799732453L
-
Serialized Fields
-
changeCount
int changeCount
-
queue
java.lang.ref.ReferenceQueue queue
-
-
-
Package org.apache.log4j
-
Class org.apache.log4j.Level extends Priority implements Serializable
- serialVersionUID:
- 3491141966387921974L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
Custom deserialization of Level.- Throws:
java.io.IOException
- if IO exception.java.lang.ClassNotFoundException
- if class not found.
-
readResolve
private java.lang.Object readResolve() throws java.io.ObjectStreamException
Resolved deserialized level to one of the stock instances. May be overridden in classes derived from Level.- Throws:
java.io.ObjectStreamException
- if exception during resolution.
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Serialize level.- Throws:
java.io.IOException
- if exception during serialization.
-
-
-
Package org.slf4j
-
Package org.slf4j.helpers
-
Class org.slf4j.helpers.BasicMarker extends java.lang.Object implements Serializable
- serialVersionUID:
- -2849567615646933777L
-
Serialized Fields
-
name
java.lang.String name
-
referenceList
java.util.List<Marker> referenceList
-
-
Class org.slf4j.helpers.MarkerIgnoringBase extends NamedLoggerBase implements Serializable
- serialVersionUID:
- 9044267456635152283L
-
Class org.slf4j.helpers.NOPLogger extends MarkerIgnoringBase implements Serializable
- serialVersionUID:
- -517220405410904473L
-
-
Package org.slf4j.impl
-
Class org.slf4j.impl.JCLLoggerAdapter extends MarkerIgnoringBase implements Serializable
- serialVersionUID:
- 4141593417490482209L
-
Serialized Fields
-
log
Log log
-
-
Class org.slf4j.impl.JDK14LoggerAdapter extends MarkerIgnoringBase implements Serializable
- serialVersionUID:
- -8053026990503422791L
-
Class org.slf4j.impl.SimpleLogger extends MarkerIgnoringBase implements Serializable
- serialVersionUID:
- -632788891211436180L
-
Serialized Fields
-
currentLogLevel
int currentLogLevel
The current log level
-
-