Serialized Form
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
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
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: -804643281218337001L
codeLocation
String codeLocation
version
String version
exact
boolean exact
serialVersionUID: 1L
serialVersionUID: 5488023392483144387L
name
String name
propertyMap
Map<K,V> propertyMap
birthTime
long birthTime
serialVersionUID: 5028223666108713696L
loggerContextView
LoggerContextVO loggerContextView
name
String name
serialVersionUID: 6553722650255690312L
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
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
serialVersionUID: -2374374378980555982L
ste
StackTraceElement ste
cpd
ClassPackagingData cpd
serialVersionUID: -773438177285807139L
className
String className
message
String message
commonFramesCount
int commonFramesCount
stackTraceElementProxyArray
StackTraceElementProxy[] stackTraceElementProxyArray
cause
IThrowableProxy cause
suppressed
IThrowableProxy[] suppressed
serialVersionUID: 1L
Package ch.qos.logback.core |
serialVersionUID: -799956346239073266L
Package ch.qos.logback.core.boolex |
serialVersionUID: 1L
Package ch.qos.logback.core.joran.spi |
serialVersionUID: 2743349809995319806L
serialVersionUID: 1112493363728774021L
Package ch.qos.logback.core.joran.util |
serialVersionUID: -6760181416658938878L
Package ch.qos.logback.core.rolling |
serialVersionUID: -4407533730831239458L
Package ch.qos.logback.core.rolling.helper |
serialVersionUID: -5937537740925066161L
periodicityType
PeriodicityType periodicityType
Package ch.qos.logback.core.spi |
serialVersionUID: -3132040414328475658L
cause
Throwable cause
Package ch.qos.logback.core.util |
serialVersionUID: 4962278449162476114L
serialVersionUID: -5823372159561159549L
requestedClass
Class<T> requestedClass
obtainedClass
Class<T> obtainedClass
serialVersionUID: -2771077768281663949L
serialVersionUID: 8326547927308399902L
serialVersionUID: 1L
Copyright © 2005-2013 QOS.ch. All Rights Reserved.