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.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.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
-
-
-
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
-
-