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.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.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 NamedLoggerBase implements Serializable- serialVersionUID:
- 9044267456635152283L
-
Class org.slf4j.helpers.NOPLogger
class NOPLogger extends 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.migrator
-
Exception org.slf4j.migrator.ConversionException
class ConversionException extends Exception implements Serializable- serialVersionUID:
- 498961799888576668L
-
Serialized Fields
-
detail
String detail
-
-
-
Package org.slf4j.migrator.internal
-
Class org.slf4j.migrator.internal.MigratorFrame
class MigratorFrame extends JFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
awareCheckBox
JCheckBox awareCheckBox
-
awareLabel
JLabel awareLabel
-
browseButton
JButton browseButton
-
buttonGroup
ButtonGroup buttonGroup
-
fileChooser
JFileChooser fileChooser
-
folderLabel
JLabel folderLabel
-
folderTextField
JTextField folderTextField
-
layoutManager
SpringLayout layoutManager
-
migrateButton
JButton migrateButton
-
migrationLabel
JLabel migrationLabel
-
otherLabel
JLabel otherLabel
-
progressBar
JProgressBar progressBar
-
radioJCL
JRadioButton radioJCL
-
radioJUL
JRadioButton radioJUL
-
radioLog4j
JRadioButton radioLog4j
-
slh
SpringLayoutHelper slh
-
warningLabel
JLabel warningLabel
-
-
-
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
-
-