Serialized Form


Package ch.qos.logback.access

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

serialVersionUID: 443878494348593337L


Package ch.qos.logback.access.spi

Class ch.qos.logback.access.spi.AccessEvent extends Object implements Serializable

serialVersionUID: 866718993618836343L

Serialized Fields

requestURI

String requestURI

requestURL

String requestURL

remoteHost

String remoteHost

remoteUser

String remoteUser

remoteAddr

String remoteAddr

protocol

String protocol

method

String method

serverName

String serverName

requestContent

String requestContent

responseContent

String responseContent

requestHeaderMap

Map<K,V> requestHeaderMap

requestParameterMap

Map<K,V> requestParameterMap

responseHeaderMap

Map<K,V> responseHeaderMap

contentLength

long contentLength

statusCode

int statusCode

localPort

int localPort

timeStamp

long timeStamp

Package ch.qos.logback.classic

Class ch.qos.logback.classic.HLogger extends org.slf4j.helpers.MarkerIgnoringBase implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The name of this logger


level

Level level

effectiveLevel

Level effectiveLevel

parent

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


childrenMap

Map<K,V> childrenMap
The children of this logger. A logger may have zero or more children.


appenderList

ArrayList<E> appenderList
Array of appenders.


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.

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

serialVersionUID: -814092767334282137L

Serialization Methods

readResolve

private Object readResolve()
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
Throws:
ObjectStreamException
Serialized Fields

name

String name

level

Level level

effectiveLevelInt

int effectiveLevelInt

parent

Logger parent

childrenList

List<E> childrenList

additive

boolean additive

loggerRemoteView

LoggerRemoteView loggerRemoteView

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

serialVersionUID: 443878494348593337L


Package ch.qos.logback.classic.control

Class ch.qos.logback.classic.control.ControlLogger extends org.slf4j.helpers.MarkerIgnoringBase implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

ControlLogger parent

name

String name

level

Level level

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.CallerData extends Object implements Serializable

serialVersionUID: 2473626903716082403L

Serialized Fields

lineNumber

int lineNumber

fileName

String fileName

className

String className

methodName

String methodName

nativeMethod

boolean nativeMethod

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

serialVersionUID: 637783570208674312L

Serialized Fields

codeLocation

String codeLocation

version

String version

exact

boolean exact

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

serialVersionUID: 5488023392483144387L

Serialized Fields

name

String name

propertyMap

Map<K,V> propertyMap

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

serialVersionUID: 5028223666108713696L

Serialized Fields

loggerContextView

LoggerContextRemoteView loggerContextView

name

String name

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

serialVersionUID: 3075964498087694229L

Serialization Methods

readObject

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

writeObject

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

threadName

String threadName

message

String message

throwableProxy

ThrowableProxy throwableProxy

callerDataArray

CallerData[] callerDataArray

loggerRemoteView

LoggerRemoteView loggerRemoteView

marker

org.slf4j.Marker marker

mdcPropertyMap

Map<K,V> mdcPropertyMap

timeStamp

long timeStamp

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

serialVersionUID: 3022264832697160750L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

serialVersionUID: -4832130320500439038L

Serialized Fields

ste

StackTraceElement ste

cpd

ClassPackagingData cpd

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

serialVersionUID: -2891376879381358469L

Serialized Fields

rawString

String rawString

step

StackTraceElementProxy step

type

ThrowableDataPoint.ThrowableDataPointType type

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

serialVersionUID: 6307784764626694851L

Serialized Fields

tdpArray

ThrowableDataPoint[] tdpArray

calculatedPackageData

boolean calculatedPackageData

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

serialVersionUID: 1L


Package ch.qos.logback.core

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

serialVersionUID: -799956346239073266L


Package ch.qos.logback.core.boolex

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

serialVersionUID: 1L


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

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

serialVersionUID: 2743349809995319806L

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

serialVersionUID: 1112493363728774021L


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

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

serialVersionUID: -3132040414328475658L

Serialized Fields

cause

Throwable cause

Package ch.qos.logback.core.rolling

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

serialVersionUID: -4407533730831239458L


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

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

serialVersionUID: -5937537740925066161L

Serialized Fields

type

PeriodicityType type

Package ch.qos.logback.core.status

Class ch.qos.logback.core.status.ViewStatusMessagesServletBase extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -3551928133801157219L

Serialized Fields

count

int count

Package ch.qos.logback.core.util

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

serialVersionUID: 4962278449162476114L

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

serialVersionUID: -5823372159561159549L

Serialized Fields

requestedClass

Class<T> requestedClass

obtainedClass

Class<T> obtainedClass

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

serialVersionUID: -7524690541928503527L


Package org.slf4j



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