Serialized Form


Package org.apache.log

Class org.apache.log.ContextMap implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Helper method that sets context to read-only after de-serialization.

Throws:
ObjectStreamException - if an error occurs
Serialized Fields

m_parent

ContextMap m_parent

m_map

Hashtable m_map

Class org.apache.log.LogEvent implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Helper method that replaces deserialized priority with correct singleton.

Throws:
ObjectStreamException - if an error occurs
Serialized Fields

m_category

String m_category

m_message

String m_message

m_throwable

Throwable m_throwable

m_time

long m_time

m_priority

Priority m_priority

m_contextMap

ContextMap m_contextMap

Class org.apache.log.Priority implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Helper method that replaces deserialized object with correct singleton.

Serialized Fields

m_name

String m_name

m_priority

int m_priority


Package org.apache.log.output.lf5

Class org.apache.log.output.lf5.LogKitLogRecord implements Serializable

Serialized Fields

m_severe

boolean m_severe
Is this a severe event ?



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.