Serialized Form
-
Package org.apache.commons.logging
-
Exception Class 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.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
-
-
-
Package org.apache.log4j
-
Class org.apache.log4j.Level
class Level extends Priority implements Serializable- serialVersionUID:
- 3491141966387921974L
-
Serialization Methods
-
readObject
Custom deserialization of Level.- Parameters:
s
- serialization stream.- Throws:
IOException
- if IO exception.ClassNotFoundException
- if class not found.
-
readResolve
Resolved deserialized level to one of the stock instances. May be overridden in classes derived from Level.- Throws:
ObjectStreamException
- if exception during resolution.
-
writeObject
Serialize level.- Parameters:
s
- serialization stream.- Throws:
IOException
- if exception during serialization.
-
-
-
Package org.apache.log4j.helpers
-
Class org.apache.log4j.helpers.AbsoluteTimeDateFormat
class AbsoluteTimeDateFormat extends DateFormat implements Serializable- serialVersionUID:
- -388856345976723342L
-
Class org.apache.log4j.helpers.DateTimeDateFormat
class DateTimeDateFormat extends org.apache.log4j.helpers.AbsoluteTimeDateFormat implements Serializable- serialVersionUID:
- 5547637772208514971L
-
Serialized Fields
-
shortMonths
String[] shortMonths
-
-
Class org.apache.log4j.helpers.ISO8601DateFormat
class ISO8601DateFormat extends org.apache.log4j.helpers.AbsoluteTimeDateFormat implements Serializable- serialVersionUID:
- -759840745298755296L
-
Class org.apache.log4j.helpers.RelativeTimeDateFormat
class RelativeTimeDateFormat extends DateFormat implements Serializable- serialVersionUID:
- 7055751607085611984L
-
Serialized Fields
-
startTime
long startTime
-
-
Class org.apache.log4j.helpers.UtilLoggingLevel
class UtilLoggingLevel extends Level implements Serializable- serialVersionUID:
- 909301162611820211L
-
-
Package org.apache.log4j.spi
-
Class org.apache.log4j.spi.LocationInfo
class LocationInfo extends Object implements Serializable- serialVersionUID:
- -1325822038990805636L
-
Serialized Fields
-
fullInfo
String fullInfo
-
-
Class org.apache.log4j.spi.ThrowableInformation
class ThrowableInformation extends Object implements Serializable- serialVersionUID:
- -4748765566864322735L
-
Serialized Fields
-
rep
String[] rep
-
-
-
Package org.slf4j
-
Package org.slf4j.event
-
Class org.slf4j.event.EventRecordingLogger
class EventRecordingLogger extends LegacyAbstractLogger implements Serializable- serialVersionUID:
- -176083308134819629L
-
Serialized Fields
-
eventQueue
Queue<SubstituteLoggingEvent> eventQueue
-
logger
SubstituteLogger logger
-
name
String name
-
-
-
Package org.slf4j.helpers
-
Class org.slf4j.helpers.AbstractLogger
class AbstractLogger extends Object implements Serializable- serialVersionUID:
- -2529255052481744503L
-
Serialization Methods
-
readResolve
Replace this instance with a homonymous (same name) logger returned by LoggerFactory. Note that this method is only called during deserialization.This approach will work well if the desired ILoggerFactory is the one referenced by
LoggerFactory
However, if the user manages its logger hierarchy through a different (non-static) mechanism, e.g. dependency injection, then this approach would be mostly counterproductive.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
name
String name
-
-
Class org.slf4j.helpers.BasicMarker
class BasicMarker extends Object implements Serializable- serialVersionUID:
- -2849567615646933777L
-
Class org.slf4j.helpers.LegacyAbstractLogger
class LegacyAbstractLogger extends AbstractLogger implements Serializable- serialVersionUID:
- -7041884104854048950L
-
Class org.slf4j.helpers.MarkerIgnoringBase
class MarkerIgnoringBase extends org.slf4j.helpers.NamedLoggerBase implements Serializable- serialVersionUID:
- 9044267456635152283L
-
Class org.slf4j.helpers.NOPLogger
class NOPLogger extends org.slf4j.helpers.NamedLoggerBase implements Serializable- serialVersionUID:
- -517220405410904473L
-
-
Package org.slf4j.jul
-
Class org.slf4j.jul.JDK14LoggerAdapter
class JDK14LoggerAdapter extends LegacyAbstractLogger implements Serializable- serialVersionUID:
- -8053026990503422791L
-
-
Package org.slf4j.reload4j
-
Class org.slf4j.reload4j.Reload4jLoggerAdapter
class Reload4jLoggerAdapter extends LegacyAbstractLogger implements Serializable- serialVersionUID:
- 6989384227325275811L
-
-
Package org.slf4j.simple
-
Class org.slf4j.simple.SimpleLogger
class SimpleLogger extends LegacyAbstractLogger implements Serializable- serialVersionUID:
- -632788891211436180L
-
Serialized Fields
-
currentLogLevel
int currentLogLevel
The current log level
-
-