Serialized Form
Package ch.qos.logback.access.spi |
serialVersionUID: -3118194368414470960L
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
contentLength
long contentLength
statusCode
int statusCode
localPort
int localPort
timeStamp
long timeStamp
- The number of milliseconds elapsed from 1/1/1970 until logging event was
created.
Package ch.qos.logback.classic |
serialVersionUID: -814092767334282137L
readResolve
private Object readResolve()
- Return the flyweight instance of the level received through serizalization,
i.e. 'this'.
levelInt
int levelInt
levelStr
String levelStr
serialVersionUID: 5454405123156820674L
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
Package ch.qos.logback.classic.spi |
serialVersionUID: 2473626903716082403L
lineNumber
int lineNumber
- Caller's line number.
fileName
String fileName
- Caller's file name.
className
String className
- Caller's fully qualified class name.
methodName
String methodName
- Caller's method name.
nativeMethod
boolean nativeMethod
serialVersionUID: 5488023392483144387L
name
String name
propertyMap
Map<K,V> propertyMap
serialVersionUID: 5028223666108713696L
loggerContextView
LoggerContextRemoteView loggerContextView
name
String name
serialVersionUID: 3022264832697160750L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
threadName
String threadName
- The name of thread in which this logging event was generated.
message
String message
formattedMessage
String formattedMessage
argumentArray
Object[] argumentArray
throwableInfo
ThrowableInformation throwableInfo
callerDataArray
CallerData[] callerDataArray
loggerRemoteView
LoggerRemoteView loggerRemoteView
marker
Marker marker
mdcPropertyMap
Map<K,V> mdcPropertyMap
timeStamp
long timeStamp
- The number of milliseconds elapsed from 1/1/1970 until logging event was
created.
serialVersionUID: 6307784764626694851L
sa
String[] sa
Package ch.qos.logback.core |
serialVersionUID: -799956346239073266L
Package ch.qos.logback.core.boolex |
serialVersionUID: 1L
Package ch.qos.logback.core.joran.spi |
serialVersionUID: 2743349809995319806L
rootCause
Throwable rootCause
skipCode
int skipCode
serialVersionUID: 1112493363728774021L
Package ch.qos.logback.core.pattern.parser |
serialVersionUID: -3132040414328475658L
cause
Throwable cause
Package ch.qos.logback.core.rolling |
serialVersionUID: -4407533730831239458L
Package ch.qos.logback.core.rolling.helper |
serialVersionUID: -5937537740925066161L
type
int type
Package ch.qos.logback.core.util |
serialVersionUID: 4962278449162476114L
serialVersionUID: -5823372159561159549L
requestedClass
Class<T> requestedClass
obtainedClass
Class<T> obtainedClass
serialVersionUID: -7524690541928503527L
Copyright © 2005-2008 QOS.ch. All Rights Reserved.