Serialized Form
serialVersionUID: 3491141966387921974L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Custom deserialization of Level.
- Throws:
IOException
- if IO exception.
ClassNotFoundException
- if class not found.
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Serialize level.
- Throws:
IOException
- if exception during serialization.
readResolve
private Object readResolve()
throws ObjectStreamException
- Resolved deserialized level to one of the stock instances.
May be overriden in classes derived from Level.
- Throws:
ObjectStreamException
- if exception during resolution.
Package org.apache.log4j.chainsaw |
Package org.apache.log4j.config |
serialVersionUID: -1352613734254235861L
rootCause
Throwable rootCause
Package org.apache.log4j.helpers |
serialVersionUID: -388856345976723342L
serialVersionUID: 5547637772208514971L
shortMonths
String[] shortMonths
serialVersionUID: -759840745298755296L
serialVersionUID: 7055751607085611984L
startTime
long startTime
Package org.apache.log4j.lf5 |
_label
String _label
_precedence
int _precedence
_level
LogLevel _level
_message
String _message
_sequenceNumber
long _sequenceNumber
_millis
long _millis
_category
String _category
_thread
String _thread
_thrownStackTrace
String _thrownStackTrace
_thrown
Throwable _thrown
_ndc
String _ndc
_location
String _location
Package org.apache.log4j.lf5.util |
Package org.apache.log4j.lf5.viewer |
_filter
LogRecordFilter _filter
_allRecords
List<E> _allRecords
_filteredRecords
List<E> _filteredRecords
_maxNumberOfLogRecords
int _maxNumberOfLogRecords
_colNames
String[] _colNames
_textField
JTextField _textField
serialVersionUID: 4867085140195148458L
_rowHeight
int _rowHeight
_detailTextArea
JTextArea _detailTextArea
_numCols
int _numCols
_tableColumns
TableColumn[] _tableColumns
_colWidths
int[] _colWidths
_colNames
LogTableColumn[] _colNames
_colDate
int _colDate
_colThread
int _colThread
_colMessageNum
int _colMessageNum
_colLevel
int _colLevel
_colNDC
int _colNDC
_colCategory
int _colCategory
_colMessage
int _colMessage
_colLocation
int _colLocation
_colThrown
int _colThrown
_dateFormatManager
DateFormatManager _dateFormatManager
serialVersionUID: -4275827753626456547L
_label
String _label
serialVersionUID: 6529165785030431653L
serialVersionUID: 3593300685868700894L
serialVersionUID: -3951639953706443213L
_highlightFatal
boolean _highlightFatal
_color
Color _color
Package org.apache.log4j.lf5.viewer.categoryexplorer |
serialVersionUID: -3413887384316015901L
_renderFatal
boolean _renderFatal
_listener
ActionListener _listener
_event
ActionEvent _event
serialVersionUID: 8066257446951323576L
_model
CategoryExplorerModel _model
_rootAlreadyExpanded
boolean _rootAlreadyExpanded
serialVersionUID: 5958994817693177319L
_selected
boolean _selected
_numberOfContainedRecords
int _numberOfContainedRecords
_numberOfRecordsFromChildren
int _numberOfRecordsFromChildren
_hasFatalChildren
boolean _hasFatalChildren
_hasFatalRecords
boolean _hasFatalRecords
serialVersionUID: -6094804684259929574L
serialVersionUID: -6046702673278595048L
_checkBox
JCheckBox _checkBox
_panel
JPanel _panel
Package org.apache.log4j.pattern |
serialVersionUID: 1L
formatter
DateFormat formatter
- Wrapped formatter.
millisecondStart
int millisecondStart
- Index of initial digit of millisecond pattern or
UNRECOGNIZED_MILLISECONDS or NO_MILLISECONDS.
slotBegin
long slotBegin
- Integral second preceding the previous convered Date.
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.
previousTime
long previousTime
- Date requested in previous conversion.
tmpDate
Date tmpDate
- Scratch date object used to minimize date object creation.
serialVersionUID: -868428216207166145L
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
categoryName
String categoryName
- Deprecated. This field will be marked as private in future
releases. Please do not access it directly. Use the
LogEvent.getLoggerName()
method instead.The category (logger) name.
ndc
String ndc
- The nested diagnostic context (NDC) of logging event.
mdcCopy
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
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.
locationInfo
LocationInfo locationInfo
- Location information for the caller.
Package org.apache.log4j.spi |
serialVersionUID: -1325822038990805636L
fullInfo
String fullInfo
- All available caller information, in the format
fully.qualified.classname.of.caller.methodName(Filename.java:line)
serialVersionUID: -868428216207166145L
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
categoryName
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
String ndc
- The nested diagnostic context (NDC) of logging event.
mdcCopy
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
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.
locationInfo
LocationInfo locationInfo
- Location information for the caller.
serialVersionUID: -4748765566864322735L
rep
String[] rep
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.