Serialized Form


Package org.apache.logging.log4j.core

Package org.apache.logging.log4j.core.appender

Class org.apache.logging.log4j.core.appender.AppenderRuntimeException extends RuntimeException implements Serializable


Package org.apache.logging.log4j.core.config

Class org.apache.logging.log4j.core.config.ConfigurationException extends RuntimeException implements Serializable


Package org.apache.logging.log4j.core.config.plugins

Class org.apache.logging.log4j.core.config.plugins.PluginType extends Object implements Serializable

Serialized Fields

pluginClass

Class<T> pluginClass

elementName

String elementName

printObject

boolean printObject

deferChildren

boolean deferChildren

Package org.apache.logging.log4j.core.impl

Class org.apache.logging.log4j.core.impl.Log4jLogEvent extends Object implements Serializable

serialVersionUID: -1351367343806656055L

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

fqcnOfLogger

String fqcnOfLogger

marker

org.apache.logging.log4j.Marker marker

level

org.apache.logging.log4j.Level level

name

String name

message

org.apache.logging.log4j.message.Message message

timestamp

long timestamp

throwable

ThrowableProxy throwable

mdc

Map<K,V> mdc

ndc

Stack<E> ndc

threadName

String threadName

location

StackTraceElement location

Class org.apache.logging.log4j.core.impl.StackTracePackageElement extends Object implements Serializable

serialVersionUID: -2171069569241280505L

Serialized Fields

location

String location

version

String version

isExact

boolean isExact

Class org.apache.logging.log4j.core.impl.ThrowableProxy extends Throwable implements Serializable

serialVersionUID: -2752771578252251910L

Serialized Fields

throwable

Throwable throwable

cause

ThrowableProxy cause

suppressed

ThrowableProxy[] suppressed

commonElementCount

int commonElementCount

callerPackageData

StackTracePackageElement[] callerPackageData



Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.