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
-
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
-
-
-
Package org.apache.log4j
-
Class org.apache.log4j.Level extends Priority implements Serializable
- serialVersionUID:
- 3491141966387921974L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Custom deserialization of Level.- Throws:
IOException
- if IO exception.ClassNotFoundException
- if class not found.
-
readResolve
private Object readResolve() throws ObjectStreamException
Resolved deserialized level to one of the stock instances. May be overridden in classes derived from Level.- Throws:
ObjectStreamException
- if exception during resolution.
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
Serialize level.- Throws:
IOException
- if exception during serialization.
-
-
-
Package org.apache.log4j.helpers
-
Class org.apache.log4j.helpers.AbsoluteTimeDateFormat extends DateFormat implements Serializable
- serialVersionUID:
- -388856345976723342L
-
Class org.apache.log4j.helpers.DateTimeDateFormat extends org.apache.log4j.helpers.AbsoluteTimeDateFormat implements Serializable
- serialVersionUID:
- 5547637772208514971L
-
Serialized Fields
-
shortMonths
String[] shortMonths
-
-
Class org.apache.log4j.helpers.ISO8601DateFormat extends org.apache.log4j.helpers.AbsoluteTimeDateFormat implements Serializable
- serialVersionUID:
- -759840745298755296L
-
Class org.apache.log4j.helpers.RelativeTimeDateFormat extends DateFormat implements Serializable
- serialVersionUID:
- 7055751607085611984L
-
Serialized Fields
-
startTime
long startTime
-
-
Class org.apache.log4j.helpers.UtilLoggingLevel extends Level implements Serializable
- serialVersionUID:
- 909301162611820211L
-
-
Package org.apache.log4j.spi
-
Class org.apache.log4j.spi.LocationInfo extends Object implements Serializable
- serialVersionUID:
- -1325822038990805636L
-
Serialized Fields
-
fullInfo
String fullInfo
-
-
Class org.apache.log4j.spi.ThrowableInformation extends Object implements Serializable
- serialVersionUID:
- -4748765566864322735L
-
Serialized Fields
-
rep
String[] rep
-
-
-
Package org.slf4j
-
Package org.slf4j.helpers
-
Class org.slf4j.helpers.BasicMarker extends Object implements Serializable
- serialVersionUID:
- -2849567615646933777L
-
Class org.slf4j.helpers.MarkerIgnoringBase extends org.slf4j.helpers.NamedLoggerBase implements Serializable
- serialVersionUID:
- 9044267456635152283L
-
Class org.slf4j.helpers.NOPLogger extends MarkerIgnoringBase implements Serializable
- serialVersionUID:
- -517220405410904473L
-
-
Package org.slf4j.jul
-
Class org.slf4j.jul.JDK14LoggerAdapter extends MarkerIgnoringBase implements Serializable
- serialVersionUID:
- -8053026990503422791L
-
-
Package org.slf4j.log4j12
-
Class org.slf4j.log4j12.Log4jLoggerAdapter extends MarkerIgnoringBase implements Serializable
- serialVersionUID:
- 6182834493563598289L
-
Serialized Fields
-
traceCapable
boolean traceCapable
-
-
-
Package org.slf4j.nop
-
Class org.slf4j.nop.NOPLogger extends MarkerIgnoringBase implements Serializable
- serialVersionUID:
- -517220405410904473L
-
-
Package org.slf4j.simple
-
Class org.slf4j.simple.SimpleLogger extends MarkerIgnoringBase implements Serializable
- serialVersionUID:
- -632788891211436180L
-
Serialized Fields
-
currentLogLevel
int currentLogLevel
The current log level
-
-