Serialized Form


Package ch.qos.logback.classic

Class ch.qos.logback.classic.Level extends Object implements Serializable

serialVersionUID: -814092767334282137L

Serialization Methods

readResolve

private Object readResolve()
Return the flyweight instance of the level received through serizalization, i.e. 'this'.

Serialized Fields

levelInt

int levelInt

levelStr

String levelStr

Class ch.qos.logback.classic.Logger extends Object implements Serializable

serialVersionUID: 5454405123156820674L

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
After serialization, the logger instance does not know its LoggerContext. The best we can do here, is to return a logger with the same name as generated by LoggerFactory.

Throws:
ObjectStreamException
Serialized Fields

name

String name
The name of this logger


level

Level level

effectiveLevelInt

int effectiveLevelInt

parent

Logger parent
The parent of this category. All categories have at least one ancestor which is the root category.


childrenList

List<E> childrenList
The children of this logger. A logger may have zero or more children.


additive

boolean additive
Additivity is set to true by default, that is children inherit the appenders of their ancestors by default. If this variable is set to false then the appenders located in the ancestors of this logger will not be used. However, the children of this logger will inherit its appenders, unless the children have their additivity flag set to false too. See the user manual for more details.


loggerRemoteView

LoggerRemoteView loggerRemoteView

Class ch.qos.logback.classic.ViewStatusMessagesServlet extends ViewStatusMessagesServletBase implements Serializable

serialVersionUID: 443878494348593337L


Package ch.qos.logback.classic.pattern

Class ch.qos.logback.classic.pattern.LRUCache extends LinkedHashMap<K,V> implements Serializable

serialVersionUID: -6592964689843698200L

Serialized Fields

cacheSize

int cacheSize

Package ch.qos.logback.classic.spi

Class ch.qos.logback.classic.spi.ClassPackagingData extends Object implements Serializable

serialVersionUID: -804643281218337001L

Serialized Fields

codeLocation

String codeLocation

version

String version

exact

boolean exact

Class ch.qos.logback.classic.spi.LoggerContextVO extends Object implements Serializable

serialVersionUID: 5488023392483144387L

Serialized Fields

name

String name

propertyMap

Map<K,V> propertyMap

birthTime

long birthTime

Class ch.qos.logback.classic.spi.LoggerRemoteView extends Object implements Serializable

serialVersionUID: 5028223666108713696L

Serialized Fields

loggerContextView

LoggerContextVO loggerContextView

name

String name

Class ch.qos.logback.classic.spi.LoggingEventVO extends Object implements Serializable

serialVersionUID: 6553722650255690312L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

threadName

String threadName

loggerName

String loggerName

loggerContextVO

LoggerContextVO loggerContextVO

message

String message

throwableProxy

ThrowableProxyVO throwableProxy

callerDataArray

StackTraceElement[] callerDataArray

marker

org.slf4j.Marker marker

mdcPropertyMap

Map<K,V> mdcPropertyMap

timeStamp

long timeStamp

Class ch.qos.logback.classic.spi.StackTraceElementProxy extends Object implements Serializable

serialVersionUID: -2374374378980555982L

Serialized Fields

ste

StackTraceElement ste

cpd

ClassPackagingData cpd

Class ch.qos.logback.classic.spi.ThrowableProxyVO extends Object implements Serializable

serialVersionUID: 685387990886325422L

Serialized Fields

className

String className

message

String message

commonFramesCount

int commonFramesCount

stackTraceElementProxyArray

StackTraceElementProxy[] stackTraceElementProxyArray

cause

IThrowableProxy cause

Class ch.qos.logback.classic.spi.TurboFilterList extends CopyOnWriteArrayList<TurboFilter> implements Serializable

serialVersionUID: 1L



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