Serialized Form

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

serialVersionUID: 1803952589649545191l

Serialized Fields

name

String name

children

List children


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.


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

Serialized Fields

cause

Throwable cause
The underlying cause of this exception.


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



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