SLF4J API
Version 1.4.3

Serialized Form


Package org.apache.commons.logging

Class org.apache.commons.logging.LogConfigurationException extends RuntimeException implements Serializable

Serialized Fields

cause

Throwable cause
The underlying cause of this exception.


Package org.apache.commons.logging.impl

Class org.apache.commons.logging.impl.AvalonLogger extends Object implements Serializable

Serialized Fields

name

String name

Class org.apache.commons.logging.impl.Jdk14Logger extends Object implements Serializable

Serialized Fields

name

String name

Class org.apache.commons.logging.impl.Log4JLogger extends Object implements Serializable

Serialized Fields

name

String name

Class org.apache.commons.logging.impl.LogKitLogger extends Object implements Serializable

Serialized Fields

name

String name

Class org.apache.commons.logging.impl.NoOpLog extends Object implements Serializable

Class org.apache.commons.logging.impl.SimpleLog extends Object implements Serializable

Serialized Fields

logName

String logName
The name of this simple log instance


currentLogLevel

int currentLogLevel
The current log level


shortLogName

String shortLogName
The short name of this simple log instance


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.

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialize level.

Throws:
IOException - if exception during serialization.

readResolve

private Object readResolve()
                    throws ObjectStreamException
Resolved deserialized level to one of the stock instances. May be overriden in classes derived from Level.

Throws:
ObjectStreamException - if exception during resolution.

Package org.slf4j

Package org.slf4j.helpers

Class org.slf4j.helpers.BasicMarker extends Object implements Serializable

serialVersionUID: 1803952589649545191L

Serialized Fields

name

String name

children

List<E> children


SLF4J API
Version 1.4.3

Copyright © 2005-2008 QOS.ch. All Rights Reserved.