Serialized Form
-
Package org.apache.log
-
Class org.apache.log.ContextMap
class ContextMap extends Object implements Serializable-
Serialization Methods
-
readResolve
Helper method that sets context to read-only after de-serialization.
-
-
Serialized Fields
-
m_map
Hashtable m_map
Container to hold map of elements -
m_parent
ContextMap m_parent
-
-
-
Class org.apache.log.LogEvent
class LogEvent extends Object implements Serializable-
Serialization Methods
-
readResolve
Helper method that replaces deserialized priority with correct singleton.- Throws:
ObjectStreamException- if an error occurs
-
-
Serialized Fields
-
m_category
String m_category
The category that this LogEvent concerns. (Must not be null) -
m_contextMap
ContextMap m_contextMap
The context map associated with LogEvent. (May be null). -
m_message
String m_message
The message to be logged. (Must not be null) -
m_priority
Priority m_priority
The priority of LogEvent. (Must not be null) -
m_throwable
Throwable m_throwable
The exception that caused LogEvent if any. (May be null) -
m_time
long m_time
The time in millis that LogEvent occurred
-
-
-
Class org.apache.log.Priority
class Priority extends Object implements Serializable-
Serialization Methods
-
readResolve
Helper method that replaces deserialized object with correct singleton.
-
-
Serialized Fields
-
m_name
String m_name
-
m_priority
int m_priority
-
-
-