Serialized Form
-
Package org.apache.log4j
-
Class org.apache.log4j.Level
class Level extends Priority implements Serializable- serialVersionUID:
- 3491141966387921974L
-
Serialization Methods
-
readObject
Custom deserialization of Level.- Parameters:
s
- serialization stream.- Throws:
IOException
- if IO exception.ClassNotFoundException
- if class not found.
-
readResolve
Resolved deserialized level to one of the stock instances. May be overriden in classes derived from Level.- Throws:
ObjectStreamException
- if exception during resolution.
-
writeObject
Serialize level.- Parameters:
s
- serialization stream.- Throws:
IOException
- if exception during serialization.
-
-
-
Package org.apache.log4j.chainsaw
-
Class org.apache.log4j.chainsaw.Main
class Main extends JFrame implements Serializable
-
-
Package org.apache.log4j.config
-
Exception org.apache.log4j.config.PropertySetterException
class PropertySetterException extends Exception implements Serializable- serialVersionUID:
- -1352613734254235861L
-
Serialized Fields
-
rootCause
Throwable rootCause
-
-
-
Package org.apache.log4j.helpers
-
Class org.apache.log4j.helpers.AbsoluteTimeDateFormat
class AbsoluteTimeDateFormat extends DateFormat implements Serializable- serialVersionUID:
- -388856345976723342L
-
Class org.apache.log4j.helpers.DateTimeDateFormat
class DateTimeDateFormat extends AbsoluteTimeDateFormat implements Serializable- serialVersionUID:
- 5547637772208514971L
-
Serialized Fields
-
shortMonths
String[] shortMonths
-
-
Class org.apache.log4j.helpers.ISO8601DateFormat
class ISO8601DateFormat extends AbsoluteTimeDateFormat implements Serializable- serialVersionUID:
- -759840745298755296L
-
Class org.apache.log4j.helpers.RelativeTimeDateFormat
class RelativeTimeDateFormat extends DateFormat implements Serializable- serialVersionUID:
- 7055751607085611984L
-
Serialized Fields
-
startTime
long startTime
-
-
Class org.apache.log4j.helpers.UtilLoggingLevel
class UtilLoggingLevel extends Level implements Serializable- serialVersionUID:
- 909301162611820211L
-
-
Package org.apache.log4j.pattern
-
Class org.apache.log4j.pattern.CachedDateFormat
class CachedDateFormat extends DateFormat implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cache
StringBuffer cache
Cache of previous conversion. -
expiration
int expiration
Maximum validity period for the cache. Typically 1, use cache for duplicate requests only, or 1000, use cache for requests within the same integral second. -
formatter
DateFormat formatter
Wrapped formatter. -
millisecondStart
int millisecondStart
Index of initial digit of millisecond pattern or UNRECOGNIZED_MILLISECONDS or NO_MILLISECONDS. -
previousTime
long previousTime
Date requested in previous conversion. -
slotBegin
long slotBegin
Integral second preceding the previous convered Date. -
tmpDate
Date tmpDate
Scratch date object used to minimize date object creation.
-
-
Class org.apache.log4j.pattern.LogEvent
class LogEvent extends Object implements Serializable- serialVersionUID:
- -868428216207166145L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
categoryName
String categoryName
Deprecated.The category (logger) name.
-
locationInfo
LocationInfo locationInfo
Location information for the caller. -
mdcCopy
Hashtable mdcCopy
The mapped diagnostic context (MDC) of logging event. -
mdcCopyLookupRequired
boolean mdcCopyLookupRequired
Have we tried to do an MDC lookup? If we did, there is no need to do it again. Note that its value is always false when serialized. See also the getMDC and getMDCCopy methods. -
ndc
String ndc
The nested diagnostic context (NDC) of logging event. -
ndcLookupRequired
boolean ndcLookupRequired
Have we tried to do an NDC lookup? If we did, there is no need to do it again. Note that its value is always false when serialized. Thus, a receiving SocketNode will never use it's own (incorrect) NDC. See also writeObject method. -
renderedMessage
String renderedMessage
The application supplied message rendered through the log4j objet rendering mechanism. -
threadName
String threadName
The name of thread in which this logging event was generated. -
throwableInfo
ThrowableInformation throwableInfo
This variable contains information about this event's throwable -
timeStamp
long timeStamp
The number of milliseconds elapsed from 1/1/1970 until logging event was created.
-
-
-
Package org.apache.log4j.spi
-
Class org.apache.log4j.spi.LocationInfo
class LocationInfo extends Object implements Serializable- serialVersionUID:
- -1325822038990805636L
-
Serialized Fields
-
fullInfo
String fullInfo
All available caller information, in the formatfully.qualified.classname.of.caller.methodName(Filename.java:line)
-
-
Class org.apache.log4j.spi.LoggingEvent
class LoggingEvent extends Object implements Serializable- serialVersionUID:
- -868428216207166145L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
categoryName
String categoryName
Deprecated.This field will be marked as private in future releases. Please do not access it directly. Use theLoggingEvent.getLoggerName()
method instead.The category (logger) name.
-
locationInfo
LocationInfo locationInfo
Location information for the caller. -
mdcCopy
Hashtable mdcCopy
The mapped diagnostic context (MDC) of logging event. -
mdcCopyLookupRequired
boolean mdcCopyLookupRequired
Have we tried to do an MDC lookup? If we did, there is no need to do it again. Note that its value is always false when serialized. See also the getMDC and getMDCCopy methods. -
ndc
String ndc
The nested diagnostic context (NDC) of logging event. -
ndcLookupRequired
boolean ndcLookupRequired
Have we tried to do an NDC lookup? If we did, there is no need to do it again. Note that its value is always false when serialized. Thus, a receiving SocketNode will never use it's own (incorrect) NDC. See also writeObject method. -
renderedMessage
String renderedMessage
The application supplied message rendered through the log4j objet rendering mechanism. -
threadName
String threadName
The name of thread in which this logging event was generated. -
throwableInfo
ThrowableInformation throwableInfo
This variable contains information about this event's throwable -
timeStamp
long timeStamp
The number of milliseconds elapsed from 1/1/1970 until logging event was created.
-
-
Class org.apache.log4j.spi.ThrowableInformation
class ThrowableInformation extends Object implements Serializable- serialVersionUID:
- -4748765566864322735L
-
Serialized Fields
-
rep
String[] rep
-
-
LogEvent.getLoggerName()
method instead.