Serialized Form


Package ch.qos.logback.classic

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

serialVersionUID: -814092767334282137L

Serialization Methods

readResolve

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

Serialized Fields

levelInt

int levelInt

levelStr

java.lang.String levelStr

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

serialVersionUID: 5454405123156820674L

Serialization Methods

readResolve

protected java.lang.Object readResolve()
                                throws java.io.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:
java.io.ObjectStreamException
Serialized Fields

name

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

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

Package ch.qos.logback.classic.spi

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

serialVersionUID: -804643281218337001L

Serialized Fields

codeLocation

java.lang.String codeLocation

version

java.lang.String version

exact

boolean exact

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

serialVersionUID: 5488023392483144387L

Serialized Fields

name

java.lang.String name

propertyMap

java.util.Map<K,V> propertyMap

birthTime

long birthTime

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

serialVersionUID: 5028223666108713696L

Serialized Fields

loggerContextView

LoggerContextVO loggerContextView

name

java.lang.String name

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

serialVersionUID: 6553722650255690312L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

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

threadName

java.lang.String threadName

loggerName

java.lang.String loggerName

loggerContextVO

LoggerContextVO loggerContextVO

message

java.lang.String message

throwableProxy

ThrowableProxyVO throwableProxy

callerDataArray

java.lang.StackTraceElement[] callerDataArray

marker

org.slf4j.Marker marker

mdcPropertyMap

java.util.Map<K,V> mdcPropertyMap

timeStamp

long timeStamp

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

serialVersionUID: -2374374378980555982L

Serialized Fields

ste

java.lang.StackTraceElement ste

cpd

ClassPackagingData cpd

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

serialVersionUID: 685387990886325422L

Serialized Fields

className

java.lang.String className

message

java.lang.String message

commonFramesCount

int commonFramesCount

stackTraceElementProxyArray

StackTraceElementProxy[] stackTraceElementProxyArray

cause

IThrowableProxy cause

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

serialVersionUID: 1L


Package ch.qos.logback.core

Class ch.qos.logback.core.LogbackException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -799956346239073266L


Package ch.qos.logback.core.boolex

Class ch.qos.logback.core.boolex.EvaluationException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package ch.qos.logback.core.joran.spi

Class ch.qos.logback.core.joran.spi.ActionException extends java.lang.Exception implements Serializable

serialVersionUID: 2743349809995319806L

Class ch.qos.logback.core.joran.spi.JoranException extends java.lang.Exception implements Serializable

serialVersionUID: 1112493363728774021L


Package ch.qos.logback.core.joran.util

Class ch.qos.logback.core.joran.util.IntrospectionException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -6760181416658938878L


Package ch.qos.logback.core.pattern.parser

Class ch.qos.logback.core.pattern.parser.ScanException extends java.lang.Exception implements Serializable

serialVersionUID: -3132040414328475658L

Serialized Fields

cause

java.lang.Throwable cause

Package ch.qos.logback.core.rolling

Class ch.qos.logback.core.rolling.RolloverFailure extends java.lang.Exception implements Serializable

serialVersionUID: -4407533730831239458L


Package ch.qos.logback.core.rolling.helper

Class ch.qos.logback.core.rolling.helper.RollingCalendar extends java.util.GregorianCalendar implements Serializable

serialVersionUID: -5937537740925066161L

Serialized Fields

periodicityType

PeriodicityType periodicityType

Package ch.qos.logback.core.util

Class ch.qos.logback.core.util.DynamicClassLoadingException extends java.lang.Exception implements Serializable

serialVersionUID: 4962278449162476114L

Class ch.qos.logback.core.util.IncompatibleClassException extends java.lang.Exception implements Serializable

serialVersionUID: -5823372159561159549L

Serialized Fields

requestedClass

java.lang.Class<T> requestedClass

obtainedClass

java.lang.Class<T> obtainedClass

Class ch.qos.logback.core.util.PropertySetterException extends java.lang.Exception implements Serializable

serialVersionUID: -2771077768281663949L