Serialized Form
-
Package org.apache.log4j
-
Class org.apache.log4j.Level extends Priority implements Serializable
- serialVersionUID:
- 3491141966387921974L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Custom deserialization of Level.- Throws:
IOException
- if IO exception.ClassNotFoundException
- if class not found.
-
readResolve
protected Object readResolve() throws ObjectStreamException
Resolved deserialized level to one of the stock instances. May be overridden in classes derived from Level.- Throws:
ObjectStreamException
- if exception during resolution.
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
Serialize level.- Throws:
IOException
- if exception during serialization.
-
-
Class org.apache.log4j.RenderedMessage extends Object implements Serializable
-
Serialized Fields
-
object
Object object
-
rendered
String rendered
-
renderer
ObjectRenderer renderer
-
-
-
-
Package org.apache.log4j.bridge
-
Class org.apache.log4j.bridge.LogEventWrapper extends Object implements Serializable
-
Serialized Fields
-
contextData
org.apache.log4j.bridge.LogEventWrapper.ContextDataMap contextData
-
contextStack
MutableThreadContextStack contextStack
-
event
LoggingEvent event
-
thread
Thread thread
-
-
-
-
Package org.apache.log4j.config
-
Class org.apache.log4j.config.PropertySetterException extends Exception implements Serializable
- serialVersionUID:
- -1352613734254235861L
-
Serialized Fields
-
rootCause
Throwable rootCause
The root cause.
-
-
-
Package org.apache.log4j.spi
-
Class org.apache.log4j.spi.LocationInfo extends Object implements Serializable
- serialVersionUID:
- -1325822038990805636L
-
Serialized Fields
-
element
StackTraceElement element
-
fullInfo
String fullInfo
-
-
Class org.apache.log4j.spi.ThrowableInformation extends Object implements Serializable
- serialVersionUID:
- -4748765566864322735L
-
Serialized Fields
-
toStringList
Method toStringList
-
-
-
Package org.apache.logging.log4j
-
Class org.apache.logging.log4j.Level extends Object implements Serializable
- serialVersionUID:
- 1581082L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
-
Serialized Fields
-
intLevel
int intLevel
-
name
String name
-
standardLevel
StandardLevel standardLevel
-
-
Class org.apache.logging.log4j.LoggingException extends RuntimeException implements Serializable
- serialVersionUID:
- 6366395965071580537L
-
Class org.apache.logging.log4j.MarkerManager.Log4jMarker extends Object implements Serializable
- serialVersionUID:
- 100L
-
-
Package org.apache.logging.log4j.core
-
Class org.apache.logging.log4j.core.AbstractLogEvent extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
instant
MutableInstant instant
-
-
Class org.apache.logging.log4j.core.Logger extends AbstractLogger implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
context
LoggerContext context
-
privateConfig
Logger.PrivateConfig privateConfig
Config should be consistent across threads.
-
-
Class org.apache.logging.log4j.core.Logger.LoggerProxy extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
messageFactory
MessageFactory messageFactory
-
name
String name
-
-
-
Package org.apache.logging.log4j.core.appender
-
Class org.apache.logging.log4j.core.appender.AppenderLoggingException extends LoggingException implements Serializable
- serialVersionUID:
- 6545990597472958303L
-
-
Package org.apache.logging.log4j.core.appender.rolling.action
-
Class org.apache.logging.log4j.core.appender.rolling.action.Duration extends Object implements Serializable
- serialVersionUID:
- -3756810052716342061L
-
Serialized Fields
-
seconds
long seconds
The number of seconds in the duration.
-
-
Class org.apache.logging.log4j.core.appender.rolling.action.PathSortByModificationTime extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
multiplier
int multiplier
-
recentFirst
boolean recentFirst
-
-
-
Package org.apache.logging.log4j.core.async
-
Class org.apache.logging.log4j.core.async.AsyncLogger extends Logger implements Serializable
-
Serialized Fields
-
includeLocation
boolean includeLocation
-
loggerDisruptor
org.apache.logging.log4j.core.async.AsyncLoggerDisruptor loggerDisruptor
-
nanoClock
NanoClock nanoClock
-
threadLocalTranslator
ThreadLocal<RingBufferLogEventTranslator> threadLocalTranslator
-
threadLocalTranslatorType
org.apache.logging.log4j.core.async.AsyncLogger.TranslatorType threadLocalTranslatorType
-
varargTranslatorType
org.apache.logging.log4j.core.async.AsyncLogger.TranslatorType varargTranslatorType
-
-
-
Class org.apache.logging.log4j.core.async.RingBufferLogEvent extends Object implements Serializable
- serialVersionUID:
- 8462119088943934758L
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
contextData
StringMap contextData
-
contextStack
ThreadContext.ContextStack contextStack
-
endOfBatch
boolean endOfBatch
-
fqcn
String fqcn
-
includeLocation
boolean includeLocation
-
instant
MutableInstant instant
-
level
Level level
-
location
StackTraceElement location
-
loggerName
String loggerName
-
marker
Marker marker
-
message
Message message
-
messageFormat
String messageFormat
-
messageText
StringBuilder messageText
-
nanoTime
long nanoTime
-
parameterCount
short parameterCount
-
parameters
Object[] parameters
-
threadId
long threadId
-
threadName
String threadName
-
threadPriority
int threadPriority
-
thrownProxy
ThrowableProxy thrownProxy
-
-
-
Package org.apache.logging.log4j.core.config
-
Class org.apache.logging.log4j.core.config.ConfigurationException extends RuntimeException implements Serializable
- serialVersionUID:
- -2413951820300775294L
-
Class org.apache.logging.log4j.core.config.OrderComparator extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.logging.log4j.core.config.plugins.processor
-
Class org.apache.logging.log4j.core.config.plugins.processor.PluginEntry extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.logging.log4j.core.impl
-
Class org.apache.logging.log4j.core.impl.ExtendedClassInfo extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.logging.log4j.core.impl.ExtendedStackTraceElement extends Object implements Serializable
- serialVersionUID:
- -2171069569241280505L
-
Serialized Fields
-
extraClassInfo
ExtendedClassInfo extraClassInfo
-
stackTraceElement
StackTraceElement stackTraceElement
-
-
Class org.apache.logging.log4j.core.impl.Log4jLogEvent extends Object implements Serializable
- serialVersionUID:
- -8393305700508709443L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws InvalidObjectException
- Throws:
InvalidObjectException
-
writeReplace
protected Object writeReplace()
Creates a LogEventProxy that can be serialized.
-
-
Serialized Fields
-
contextData
StringMap contextData
-
contextStack
ThreadContext.ContextStack contextStack
-
endOfBatch
boolean endOfBatch
-
includeLocation
boolean includeLocation
-
instant
MutableInstant instant
-
level
Level level
-
loggerFqcn
String loggerFqcn
-
loggerName
String loggerName
-
marker
Marker marker
-
message
Message message
-
source
StackTraceElement source
-
threadId
long threadId
-
threadName
String threadName
-
threadPriority
int threadPriority
-
thrownProxy
ThrowableProxy thrownProxy
-
-
Class org.apache.logging.log4j.core.impl.MementoMessage extends Object implements Serializable
-
Class org.apache.logging.log4j.core.impl.MutableLogEvent extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws InvalidObjectException
- Throws:
InvalidObjectException
-
writeReplace
protected Object writeReplace()
Creates a LogEventProxy that can be serialized.
-
-
Serialized Fields
-
contextData
StringMap contextData
-
contextStack
ThreadContext.ContextStack contextStack
-
endOfBatch
boolean endOfBatch
-
includeLocation
boolean includeLocation
-
instant
MutableInstant instant
-
level
Level level
-
loggerFqcn
String loggerFqcn
-
loggerName
String loggerName
-
marker
Marker marker
-
message
Message message
-
messageFormat
String messageFormat
-
messageText
StringBuilder messageText
-
nanoTime
long nanoTime
-
parameterCount
short parameterCount
-
parameters
Object[] parameters
-
source
StackTraceElement source
-
threadId
long threadId
-
threadName
String threadName
-
threadPriority
int threadPriority
-
thrown
Throwable thrown
-
thrownProxy
ThrowableProxy thrownProxy
-
-
-
Class org.apache.logging.log4j.core.impl.ThrowableProxy extends Object implements Serializable
- serialVersionUID:
- -2752771578252251910L
-
Serialized Fields
-
causeProxy
ThrowableProxy causeProxy
-
commonElementCount
int commonElementCount
-
extendedStackTrace
ExtendedStackTraceElement[] extendedStackTrace
-
localizedMessage
String localizedMessage
-
message
String message
-
name
String name
-
suppressedProxies
ThrowableProxy[] suppressedProxies
-
-
-
Package org.apache.logging.log4j.core.layout
-
Class org.apache.logging.log4j.core.layout.PatternMatch.Builder extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
-
Package org.apache.logging.log4j.core.net.ssl
-
Class org.apache.logging.log4j.core.net.ssl.KeyStoreConfigurationException extends StoreConfigurationException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.logging.log4j.core.net.ssl.SslConfigurationException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.logging.log4j.core.net.ssl.StoreConfigurationException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.logging.log4j.core.net.ssl.TrustStoreConfigurationException extends StoreConfigurationException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.logging.log4j.core.script
-
Class org.apache.logging.log4j.core.script.ScriptManager extends Object implements Serializable
- serialVersionUID:
- -2534169384971965196L
-
Serialized Fields
-
configuration
Configuration configuration
-
languages
String languages
-
manager
ScriptEngineManager manager
-
scriptRunners
ConcurrentMap<String,org.apache.logging.log4j.core.script.ScriptManager.ScriptRunner> scriptRunners
-
watchManager
WatchManager watchManager
-
-
-
Package org.apache.logging.log4j.core.time
-
Class org.apache.logging.log4j.core.time.MutableInstant extends Object implements Serializable
-
Serialized Fields
-
epochSecond
long epochSecond
-
nanoOfSecond
int nanoOfSecond
-
-
-
-
Package org.apache.logging.log4j.core.tools.picocli
-
Class org.apache.logging.log4j.core.tools.picocli.CommandLine.DuplicateOptionAnnotationsException extends CommandLine.InitializationException implements Serializable
- serialVersionUID:
- -3355128012575075641L
-
Class org.apache.logging.log4j.core.tools.picocli.CommandLine.ExecutionException extends CommandLine.PicocliException implements Serializable
- serialVersionUID:
- 7764539594267007998L
-
Serialized Fields
-
commandLine
CommandLine commandLine
-
-
Class org.apache.logging.log4j.core.tools.picocli.CommandLine.InitializationException extends CommandLine.PicocliException implements Serializable
- serialVersionUID:
- 8423014001666638895L
-
Class org.apache.logging.log4j.core.tools.picocli.CommandLine.MaxValuesforFieldExceededException extends CommandLine.ParameterException implements Serializable
- serialVersionUID:
- 6536145439570100641L
-
Class org.apache.logging.log4j.core.tools.picocli.CommandLine.MissingParameterException extends CommandLine.ParameterException implements Serializable
- serialVersionUID:
- 5075678535706338753L
-
Class org.apache.logging.log4j.core.tools.picocli.CommandLine.MissingTypeConverterException extends CommandLine.ParameterException implements Serializable
- serialVersionUID:
- -6050931703233083760L
-
Class org.apache.logging.log4j.core.tools.picocli.CommandLine.OverwrittenOptionException extends CommandLine.ParameterException implements Serializable
- serialVersionUID:
- 1338029208271055776L
-
Class org.apache.logging.log4j.core.tools.picocli.CommandLine.ParameterException extends CommandLine.PicocliException implements Serializable
- serialVersionUID:
- 1477112829129763139L
-
Serialized Fields
-
commandLine
CommandLine commandLine
-
-
Class org.apache.logging.log4j.core.tools.picocli.CommandLine.ParameterIndexGapException extends CommandLine.InitializationException implements Serializable
- serialVersionUID:
- -1520981133257618319L
-
Class org.apache.logging.log4j.core.tools.picocli.CommandLine.PicocliException extends RuntimeException implements Serializable
- serialVersionUID:
- -2574128880125050818L
-
Class org.apache.logging.log4j.core.tools.picocli.CommandLine.TypeConversionException extends CommandLine.PicocliException implements Serializable
- serialVersionUID:
- 4251973913816346114L
-
Class org.apache.logging.log4j.core.tools.picocli.CommandLine.UnmatchedArgumentException extends CommandLine.ParameterException implements Serializable
- serialVersionUID:
- -8700426380701452440L
-
-
Package org.apache.logging.log4j.core.util
-
Class org.apache.logging.log4j.core.util.StringBuilderWriter extends Writer implements Serializable
- serialVersionUID:
- -146927496096066153L
-
Serialized Fields
-
builder
StringBuilder builder
-
-
-
Package org.apache.logging.log4j.core.util.datetime
-
Class org.apache.logging.log4j.core.util.datetime.FastDateParser extends Object implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Create the object after serialization. This implementation reinitializes the transient properties.- Throws:
IOException
- if there is an IO issue.ClassNotFoundException
- if a class cannot be found.
-
-
Serialized Fields
-
Class org.apache.logging.log4j.core.util.datetime.FastDatePrinter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Create the object after serialization. This implementation reinitializes the transient properties.- Throws:
IOException
- if there is an IO issue.ClassNotFoundException
- if a class cannot be found.
-
-
Serialized Fields
-
-
Package org.apache.logging.log4j.internal
-
Class org.apache.logging.log4j.internal.DefaultLogBuilder extends Object implements Serializable
-
Serialized Fields
-
inUse
boolean inUse
-
level
Level level
-
location
StackTraceElement location
-
logger
Logger logger
-
marker
Marker marker
-
threadId
long threadId
-
throwable
Throwable throwable
-
-
-
-
Package org.apache.logging.log4j.jcl
-
Class org.apache.logging.log4j.jcl.Log4jLog extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
logger
ExtendedLogger logger
-
-
-
Package org.apache.logging.log4j.message
-
Class org.apache.logging.log4j.message.AbstractMessageFactory extends Object implements Serializable
- serialVersionUID:
- -1307891137684031187L
-
Class org.apache.logging.log4j.message.DefaultFlowMessageFactory extends Object implements Serializable
- serialVersionUID:
- 8578655591131397576L
-
Class org.apache.logging.log4j.message.FormattedMessage extends Object implements Serializable
- serialVersionUID:
- -665975803997290697L
-
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
-
Class org.apache.logging.log4j.message.FormattedMessageFactory extends AbstractMessageFactory implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.logging.log4j.message.LocalizedMessage extends Object implements Serializable
- serialVersionUID:
- 3893703791567290742L
-
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
-
Class org.apache.logging.log4j.message.LocalizedMessageFactory extends AbstractMessageFactory implements Serializable
- serialVersionUID:
- -1996295808703146741L
-
Serialized Fields
-
baseName
String baseName
-
-
Class org.apache.logging.log4j.message.MapMessage extends Object implements Serializable
- serialVersionUID:
- -5031471831131487120L
-
Serialized Fields
-
data
IndexedStringMap data
-
-
Class org.apache.logging.log4j.message.MessageFormatMessage extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException
- Throws:
IOException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
Class org.apache.logging.log4j.message.MessageFormatMessageFactory extends AbstractMessageFactory implements Serializable
- serialVersionUID:
- 3584821740584192453L
-
Class org.apache.logging.log4j.message.ObjectArrayMessage extends Object implements Serializable
- serialVersionUID:
- -5903272448334166185L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.apache.logging.log4j.message.ObjectMessage extends Object implements Serializable
- serialVersionUID:
- -5903272448334166185L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class org.apache.logging.log4j.message.ParameterizedMessage extends Object implements Serializable
- serialVersionUID:
- -665975803997290697L
-
Class org.apache.logging.log4j.message.ParameterizedMessageFactory extends AbstractMessageFactory implements Serializable
- serialVersionUID:
- -8970940216592525651L
-
Class org.apache.logging.log4j.message.ParameterizedNoReferenceMessageFactory extends AbstractMessageFactory implements Serializable
- serialVersionUID:
- 5027639245636870500L
-
Class org.apache.logging.log4j.message.ReusableMessageFactory extends Object implements Serializable
- serialVersionUID:
- -8970940216592525651L
-
Class org.apache.logging.log4j.message.ReusableObjectMessage extends Object implements Serializable
- serialVersionUID:
- 6922476812535519960L
-
Class org.apache.logging.log4j.message.ReusableParameterizedMessage extends Object implements Serializable
- serialVersionUID:
- 7800075879295123856L
-
Serialized Fields
-
argCount
int argCount
-
indices
int[] indices
-
messagePattern
String messagePattern
-
usedCount
int usedCount
-
-
Class org.apache.logging.log4j.message.ReusableSimpleMessage extends Object implements Serializable
- serialVersionUID:
- -9199974506498249809L
-
Serialized Fields
-
charSequence
CharSequence charSequence
-
-
Class org.apache.logging.log4j.message.SimpleMessage extends Object implements Serializable
- serialVersionUID:
- -8398002534962715992L
-
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
-
message
String message
-
-
Class org.apache.logging.log4j.message.SimpleMessageFactory extends AbstractMessageFactory implements Serializable
- serialVersionUID:
- 4418995198790088516L
-
Class org.apache.logging.log4j.message.StringFormattedMessage extends Object implements Serializable
- serialVersionUID:
- -665975803997290697L
-
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
-
Class org.apache.logging.log4j.message.StringFormatterMessageFactory extends AbstractMessageFactory implements Serializable
- serialVersionUID:
- -1626332412176965642L
-
Class org.apache.logging.log4j.message.StringMapMessage extends MapMessage<StringMapMessage,String> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.logging.log4j.message.StructuredDataCollectionMessage extends Object implements Serializable
- serialVersionUID:
- 5725337076388822924L
-
Serialized Fields
-
structuredDataMessageList
List<StructuredDataMessage> structuredDataMessageList
-
-
Class org.apache.logging.log4j.message.StructuredDataId extends Object implements Serializable
- serialVersionUID:
- 9031746276396249990L
-
Class org.apache.logging.log4j.message.StructuredDataMessage extends MapMessage<StructuredDataMessage,String> implements Serializable
- serialVersionUID:
- 1703221292892071920L
-
Serialized Fields
-
id
StructuredDataId id
-
maxLength
int maxLength
-
message
String message
-
type
String type
-
-
Class org.apache.logging.log4j.message.ThreadDumpMessage extends Object implements Serializable
- serialVersionUID:
- -1103400781608841088L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws InvalidObjectException
- Throws:
InvalidObjectException
-
writeReplace
protected Object writeReplace()
Creates a ThreadDumpMessageProxy that can be serialized.
-
-
Serialized Fields
-
formattedMessage
String formattedMessage
-
threads
Map<ThreadInformation,StackTraceElement[]> threads
-
title
String title
-
-
-
Package org.apache.logging.log4j.simple
-
Class org.apache.logging.log4j.simple.SimpleLogger extends AbstractLogger implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dateFormatter
DateFormat dateFormatter
Used to format times.Note that DateFormat is not Thread-safe.
-
level
Level level
-
logName
String logName
-
showContextMap
boolean showContextMap
-
showDateTime
boolean showDateTime
-
stream
PrintStream stream
-
-
-
Package org.apache.logging.log4j.spi
-
Class org.apache.logging.log4j.spi.AbstractLogger extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundException
IOException
-
-
Serialized Fields
-
flowMessageFactory
FlowMessageFactory flowMessageFactory
-
messageFactory
MessageFactory2 messageFactory
-
name
String name
-
-
Class org.apache.logging.log4j.spi.DefaultThreadContextMap extends Object implements Serializable
- serialVersionUID:
- 8218007901108944053L
-
Serialized Fields
-
localMap
ThreadLocal<Map<String,String>> localMap
-
useMap
boolean useMap
-
-
Class org.apache.logging.log4j.spi.DefaultThreadContextStack extends Object implements Serializable
- serialVersionUID:
- 5050501L
-
Serialized Fields
-
useStack
boolean useStack
-
-
Class org.apache.logging.log4j.spi.ExtendedLoggerWrapper extends AbstractLogger implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
logger
ExtendedLogger logger
The wrapped Logger.
-
-
Class org.apache.logging.log4j.spi.MutableThreadContextStack extends Object implements Serializable
- serialVersionUID:
- 50505011L
-
-
Package org.apache.logging.log4j.status
-
Class org.apache.logging.log4j.status.StatusData extends Object implements Serializable
- serialVersionUID:
- -4341916115118014017L
-
Serialized Fields
-
caller
StackTraceElement caller
-
level
Level level
-
msg
Message msg
-
threadName
String threadName
-
throwable
Throwable throwable
-
timestamp
long timestamp
-
-
Class org.apache.logging.log4j.status.StatusLogger extends AbstractLogger implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
listeners
Collection<StatusListener> listeners
-
listenersLevel
int listenersLevel
-
listenersLock
ReadWriteLock listenersLock
-
logger
SimpleLogger logger
-
messages
Queue<StatusData> messages
-
msgLock
Lock msgLock
-
-
-
Package org.apache.logging.log4j.util
-
Class org.apache.logging.log4j.util.PropertySource.Comparator extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.logging.log4j.util.SortedArrayStringMap extends Object implements Serializable
- serialVersionUID:
- -5748905872274478116L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitute theSortedArrayStringMap
instance from a stream (i.e., deserialize it).- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
Save the state of theSortedArrayStringMap
instance to a stream (i.e., serialize it).- Serial Data:
- The capacity of the SortedArrayStringMap (the length of the bucket array) is emitted (int), followed by the size (an int, the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping. The key-value mappings are emitted in no particular order.
- Throws:
IOException
-
-
Serialized Fields
-
immutable
boolean immutable
-
threshold
int threshold
The next size value at which to resize (capacity * load factor).
-
-
Class org.apache.logging.log4j.util.Timer extends Object implements Serializable
- serialVersionUID:
- 9175191792439630013L
-
Serialized Fields
-
elapsedTime
long elapsedTime
-
iterations
int iterations
-
name
String name
-
startTime
ThreadLocal<Long> startTime
-
status
Timer.Status status
-
-
-
Package org.apache.logging.slf4j
-
Class org.apache.logging.slf4j.Log4jLogger extends Object implements Serializable
- serialVersionUID:
- 7869000638091304316L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream aInputStream) throws ClassNotFoundException, IOException
Always treat de-serialization as a full-blown constructor, by validating the final state of the de-serialized object.- Throws:
ClassNotFoundException
IOException
-
writeObject
private void writeObject(ObjectOutputStream aOutputStream) throws IOException
This is the default implementation of writeObject. Customise if necessary.- Throws:
IOException
-
-
Serialized Fields
-
name
String name
-
-
Class org.apache.logging.slf4j.Log4jMarker extends Object implements Serializable
- serialVersionUID:
- 1590472L
-
Serialized Fields
-
factory
org.slf4j.IMarkerFactory factory
-
marker
Marker marker
-
-
Class org.apache.logging.slf4j.SLF4JLogger extends AbstractLogger implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
locationAwareLogger
org.slf4j.spi.LocationAwareLogger locationAwareLogger
-
logger
org.slf4j.Logger logger
-
-
Class org.apache.logging.slf4j.SLF4JLoggingException extends RuntimeException implements Serializable
- serialVersionUID:
- -1618650972455089998L
-