-
categoryName
java.lang.String categoryName
Deprecated. This field will be marked as private in future
releases. Please do not access it directly. Use the LoggingEvent.getLoggerName()
method instead.
The category (logger) name.
-
ndc
java.lang.String ndc
The nested diagnostic context (NDC) of logging event.
-
mdcCopy
java.util.Hashtable<K,V> mdcCopy
The mapped diagnostic context (MDC) 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.
-
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.
-
renderedMessage
java.lang.String renderedMessage
The application supplied message rendered through the log4j
objet rendering mechanism.
-
threadName
java.lang.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.
-
locationInfo
LocationInfo locationInfo
Location information for the caller.