private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
- if IO exception.java.lang.ClassNotFoundException
- if class not found.private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
java.io.IOException
- if exception during serialization.private java.lang.Object readResolve() throws java.io.ObjectStreamException
java.io.ObjectStreamException
- if exception during resolution.LogLevel _level
java.lang.String _message
long _sequenceNumber
long _millis
java.lang.String _category
java.lang.String _thread
java.lang.String _thrownStackTrace
java.lang.Throwable _thrown
java.lang.String _ndc
java.lang.String _location
LogRecordFilter _filter
java.util.List<E> _allRecords
java.util.List<E> _filteredRecords
int _maxNumberOfLogRecords
java.lang.String[] _colNames
int _rowHeight
javax.swing.JTextArea _detailTextArea
int _numCols
javax.swing.table.TableColumn[] _tableColumns
int[] _colWidths
LogTableColumn[] _colNames
int _colDate
int _colThread
int _colMessageNum
int _colLevel
int _colNDC
int _colCategory
int _colMessage
int _colLocation
int _colThrown
DateFormatManager _dateFormatManager
CategoryExplorerModel _model
boolean _rootAlreadyExpanded
java.text.DateFormat formatter
int millisecondStart
long slotBegin
java.lang.StringBuffer cache
int expiration
long previousTime
java.util.Date tmpDate
private void readObject(java.io.ObjectInputStream ois) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
java.io.IOException
java.lang.String categoryName
LogEvent.getLoggerName()
method instead.The category (logger) name.
java.lang.String ndc
java.util.Hashtable<K,V> mdcCopy
boolean ndcLookupRequired
boolean mdcCopyLookupRequired
java.lang.String renderedMessage
java.lang.String threadName
ThrowableInformation throwableInfo
long timeStamp
LocationInfo locationInfo
private void readObject(java.io.ObjectInputStream ois) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
java.io.IOException
java.lang.String categoryName
LoggingEvent.getLoggerName()
method instead.The category (logger) name.
java.lang.String ndc
java.util.Hashtable<K,V> mdcCopy
boolean ndcLookupRequired
boolean mdcCopyLookupRequired
java.lang.String renderedMessage
java.lang.String threadName
ThrowableInformation throwableInfo
long timeStamp
LocationInfo locationInfo
Copyright © 1999-2015 Apache Software Foundation. All Rights Reserved.