Serialized Form
- 
Package org.apache.logging.log4j.core- 
Class org.apache.logging.log4j.core.AbstractLogEventclass AbstractLogEvent extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
instantMutableInstant instant 
 
- 
 
- 
Class org.apache.logging.log4j.core.Loggerclass Logger extends AbstractLogger implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
writeReplace- Throws:
- ObjectStreamException
 
 
- 
- 
Serialized Fields- 
contextLoggerContext context 
- 
privateConfigLogger.PrivateConfig privateConfig Config should be consistent across threads.
 
- 
 
- 
Class org.apache.logging.log4j.core.Logger.LoggerProxyclass LoggerProxy extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readResolve- Throws:
- ObjectStreamException
 
 
- 
- 
Serialized Fields- 
messageFactoryMessageFactory messageFactory 
- 
nameString name 
 
- 
 
 
- 
- 
Package org.apache.logging.log4j.core.appender- 
Exception org.apache.logging.log4j.core.appender.AppenderLoggingExceptionclass AppenderLoggingException extends LoggingException implements Serializable- serialVersionUID:
- 6545990597472958303L
 
 
- 
- 
Package org.apache.logging.log4j.core.appender.db- 
Exception org.apache.logging.log4j.core.appender.db.DbAppenderLoggingExceptionclass DbAppenderLoggingException extends AppenderLoggingException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.logging.log4j.core.appender.rolling.action- 
Class org.apache.logging.log4j.core.appender.rolling.action.Durationclass Duration extends Object implements Serializable- serialVersionUID:
- -3756810052716342061L
 - 
Serialized Fields- 
secondslong seconds Deprecated.The number of seconds in the duration.
 
- 
 
- 
Class org.apache.logging.log4j.core.appender.rolling.action.PathSortByModificationTimeclass PathSortByModificationTime extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
multiplierint multiplier 
- 
recentFirstboolean recentFirst 
 
- 
 
 
- 
- 
Package org.apache.logging.log4j.core.async- 
Class org.apache.logging.log4j.core.async.AsyncLoggerclass AsyncLogger extends Logger implements Serializable- 
Serialized Fields- 
includeLocationboolean includeLocation 
- 
loggerDisruptororg.apache.logging.log4j.core.async.AsyncLoggerDisruptor loggerDisruptor 
- 
nanoClockNanoClock nanoClock 
- 
threadLocalTranslatorThreadLocal<RingBufferLogEventTranslator> threadLocalTranslator 
- 
threadLocalTranslatorTypeorg.apache.logging.log4j.core.async.AsyncLogger.TranslatorType threadLocalTranslatorType 
- 
varargTranslatorTypeorg.apache.logging.log4j.core.async.AsyncLogger.TranslatorType varargTranslatorType 
 
- 
 
- 
- 
Class org.apache.logging.log4j.core.async.RingBufferLogEventclass RingBufferLogEvent extends Object implements Serializable- serialVersionUID:
- 8462119088943934758L
 - 
Serialization Methods- 
readObject- Throws:
- InvalidObjectException
 
- 
writeReplace- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
contextDataStringMap contextData 
- 
contextStackThreadContext.ContextStack contextStack 
- 
endOfBatchboolean endOfBatch 
- 
fqcnString fqcn 
- 
includeLocationboolean includeLocation 
- 
instantMutableInstant instant 
- 
levelLevel level 
- 
locationStackTraceElement location 
- 
loggerNameString loggerName 
- 
markerMarker marker 
- 
messageMessage message 
- 
messageFormatString messageFormat 
- 
messageTextStringBuilder messageText 
- 
nanoTimelong nanoTime 
- 
parameterCountshort parameterCount 
- 
parametersObject[] parameters 
- 
populatedboolean populated 
- 
threadIdlong threadId 
- 
threadNameString threadName 
- 
threadPriorityint threadPriority 
 
- 
 
 
- 
- 
Package org.apache.logging.log4j.core.config- 
Exception org.apache.logging.log4j.core.config.ConfigurationExceptionclass ConfigurationException extends RuntimeException implements Serializable- serialVersionUID:
- -2413951820300775294L
 
- 
Class org.apache.logging.log4j.core.config.OrderComparatorclass 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.PluginEntryclass PluginEntry extends Object implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.logging.log4j.core.impl- 
Class org.apache.logging.log4j.core.impl.ExtendedClassInfoclass ExtendedClassInfo extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.logging.log4j.core.impl.ExtendedStackTraceElementclass ExtendedStackTraceElement extends Object implements Serializable- serialVersionUID:
- -2171069569241280505L
 - 
Serialized Fields- 
extraClassInfoExtendedClassInfo extraClassInfo Deprecated.
- 
stackTraceElementStackTraceElement stackTraceElement Deprecated.
 
- 
 
- 
Class org.apache.logging.log4j.core.impl.JdkMapAdapterStringMapclass JdkMapAdapterStringMap extends Object implements Serializable- serialVersionUID:
- -7348247784983193612L
 
- 
Class org.apache.logging.log4j.core.impl.Log4jLogEventclass Log4jLogEvent extends Object implements Serializable- serialVersionUID:
- -8393305700508709443L
 - 
Serialization Methods- 
readObject- Throws:
- InvalidObjectException
 
- 
writeReplaceCreates a LogEventProxy that can be serialized.
 
- 
- 
Serialized Fields- 
contextDataStringMap contextData 
- 
contextStackThreadContext.ContextStack contextStack 
- 
endOfBatchboolean endOfBatch 
- 
includeLocationboolean includeLocation 
- 
instantMutableInstant instant 
- 
levelLevel level 
- 
loggerFqcnString loggerFqcn 
- 
loggerNameString loggerName 
- 
markerMarker marker 
- 
messageMessage message 
- 
sourceStackTraceElement source 
- 
threadIdlong threadId 
- 
threadNameString threadName 
- 
threadPriorityint threadPriority 
- 
thrownProxyThrowableProxy thrownProxy 
 
- 
 
- 
Class org.apache.logging.log4j.core.impl.MementoMessageclass MementoMessage extends Object implements Serializable
- 
Class org.apache.logging.log4j.core.impl.MutableLogEventclass MutableLogEvent extends Object implements Serializable- 
Serialization Methods- 
readObject- Throws:
- InvalidObjectException
 
- 
writeReplaceCreates a LogEventProxy that can be serialized.
 
- 
- 
Serialized Fields- 
contextDataStringMap contextData 
- 
contextStackThreadContext.ContextStack contextStack 
- 
endOfBatchboolean endOfBatch 
- 
includeLocationboolean includeLocation 
- 
instantMutableInstant instant 
- 
levelLevel level 
- 
loggerFqcnString loggerFqcn 
- 
loggerNameString loggerName 
- 
markerMarker marker 
- 
messageMessage message 
- 
messageFormatString messageFormat 
- 
messageTextStringBuilder messageText 
- 
nanoTimelong nanoTime 
- 
parameterCountshort parameterCount 
- 
parametersObject[] parameters 
- 
sourceStackTraceElement source 
- 
threadIdlong threadId 
- 
threadNameString threadName 
- 
threadPriorityint threadPriority 
- 
thrownThrowable thrown 
 
- 
 
- 
- 
Class org.apache.logging.log4j.core.impl.ThrowableProxyclass ThrowableProxy extends Object implements Serializable- serialVersionUID:
- -2752771578252251910L
 - 
Serialized Fields- 
causeProxyThrowableProxy causeProxy Deprecated.
- 
commonElementCountint commonElementCount Deprecated.
- 
extendedStackTraceExtendedStackTraceElement[] extendedStackTrace Deprecated.
- 
localizedMessageString localizedMessage Deprecated.
- 
messageString message Deprecated.
- 
nameString name Deprecated.
- 
suppressedProxiesThrowableProxy[] suppressedProxies Deprecated.
 
- 
 
 
- 
- 
Package org.apache.logging.log4j.core.jackson- 
Class org.apache.logging.log4j.core.jackson.ContextDataAsEntryListDeserializerclass ContextDataAsEntryListDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<StringMap> implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.logging.log4j.core.jackson.ContextDataAsEntryListSerializerclass ContextDataAsEntryListSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<ReadOnlyStringMap> implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.logging.log4j.core.jackson.ContextDataDeserializerclass ContextDataDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<StringMap> implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.logging.log4j.core.jackson.ContextDataSerializerclass ContextDataSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<ReadOnlyStringMap> implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.logging.log4j.core.jackson.ListOfMapEntryDeserializerclass ListOfMapEntryDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<Map<String,String>> implements Serializable - serialVersionUID:
- 1L
 
- 
Class org.apache.logging.log4j.core.jackson.ListOfMapEntrySerializerclass ListOfMapEntrySerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<Map<String,String>> implements Serializable - serialVersionUID:
- 1L
 
- 
Class org.apache.logging.log4j.core.jackson.Log4jJsonObjectMapperclass Log4jJsonObjectMapper extends com.fasterxml.jackson.databind.ObjectMapper implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.logging.log4j.core.jackson.Log4jStackTraceElementDeserializerclass Log4jStackTraceElementDeserializer extends com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer<StackTraceElement> implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.logging.log4j.core.jackson.Log4jXmlObjectMapperclass Log4jXmlObjectMapper extends com.fasterxml.jackson.dataformat.xml.XmlMapper implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.logging.log4j.core.jackson.Log4jYamlObjectMapperclass Log4jYamlObjectMapper extends com.fasterxml.jackson.dataformat.yaml.YAMLMapper implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.logging.log4j.core.jackson.SimpleMessageDeserializerclass SimpleMessageDeserializer extends com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer<SimpleMessage> implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.logging.log4j.core.layout- 
Class org.apache.logging.log4j.core.layout.PatternMatch.Builderclass Builder extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readResolve- Throws:
- ObjectStreamException
 
 
- 
- 
Serialized Fields
 
 
- 
- 
Package org.apache.logging.log4j.core.net.ssl- 
Exception org.apache.logging.log4j.core.net.ssl.KeyStoreConfigurationExceptionclass KeyStoreConfigurationException extends StoreConfigurationException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.logging.log4j.core.net.ssl.SslConfigurationExceptionclass SslConfigurationException extends Exception implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.logging.log4j.core.net.ssl.StoreConfigurationExceptionclass StoreConfigurationException extends Exception implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.logging.log4j.core.net.ssl.TrustStoreConfigurationExceptionclass TrustStoreConfigurationException extends StoreConfigurationException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.logging.log4j.core.parser- 
Exception org.apache.logging.log4j.core.parser.ParseExceptionclass ParseException extends Exception implements Serializable- serialVersionUID:
- -2739649998196663857L
 
 
- 
- 
Package org.apache.logging.log4j.core.time- 
Class org.apache.logging.log4j.core.time.MutableInstantclass MutableInstant extends Object implements Serializable- 
Serialized Fields- 
epochSecondlong epochSecond 
- 
nanoOfSecondint nanoOfSecond 
 
- 
 
- 
 
- 
- 
Package org.apache.logging.log4j.core.util- 
Class org.apache.logging.log4j.core.util.StringBuilderWriterclass StringBuilderWriter extends Writer implements Serializable- serialVersionUID:
- -146927496096066153L
 - 
Serialized Fields- 
builderStringBuilder builder 
 
- 
 
 
- 
- 
Package org.apache.logging.log4j.core.util.datetime- 
Class org.apache.logging.log4j.core.util.datetime.FastDatePrinterclass FastDatePrinter extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObjectDeprecated.Create the object after serialization. This implementation reinitializes the transient properties.- Parameters:
- in- ObjectInputStream from which the object is being deserialized.
- Throws:
- IOException- if there is an IO issue.
- ClassNotFoundException- if a class cannot be found.
 
 
- 
- 
Serialized Fields
 
 
-