Log4j 1.2.13 | |
Frames | No Frames |
String _message
long _sequenceNumber
long _millis
String _category
String _thread
String _thrownStackTrace
Throwable _thrown
String _ndc
String _location
serialVersionUID: -1325822038990805636L
String fullInfo
All available caller information, in the formatfully.qualified.classname.of.caller.methodName(Filename.java:line)
serialVersionUID: -868428216207166145L
String categoryName
Deprecated. This field will be marked as private in future releases. Please do not access it directly. Use the
getLoggerName()
method instead.The category (logger) name.
String ndc
The nested diagnostic context (NDC) of logging event.
Hashtable mdcCopy
The mapped diagnostic context (MDC) of logging event.
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.
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.
String renderedMessage
The application supplied message rendered through the log4j objet rendering mechanism.
String threadName
The name of thread in which this logging event was generated.
ThrowableInformation throwableInfo
This variable contains information about this event's throwable
long timeStamp
The number of milliseconds elapsed from 1/1/1970 until logging event was created.
serialVersionUID: -4748765566864322735L