程序包 | 说明 |
---|---|
com.fr.third.apache.log4j.lf5 | |
com.fr.third.apache.log4j.lf5.util | |
com.fr.third.apache.log4j.lf5.viewer | |
com.fr.third.apache.log4j.lf5.viewer.categoryexplorer |
限定符和类型 | 类和说明 |
---|---|
class |
Log4JLogRecord
A
Log4JLogRecord encapsulates
the details of your log4j LoggingEvent in a format usable
by the LogBrokerMonitor . |
限定符和类型 | 方法和说明 |
---|---|
boolean |
PassingLogRecordFilter.passes(LogRecord record) |
boolean |
LogRecordFilter.passes(LogRecord record) |
限定符和类型 | 类和说明 |
---|---|
class |
AdapterLogRecord
A LogRecord to be used with the LogMonitorAdapter
|
限定符和类型 | 方法和说明 |
---|---|
void |
LogMonitorAdapter.addMessage(LogRecord record)
Adds a LogRecord to the LogMonitor.
|
限定符和类型 | 方法和说明 |
---|---|
protected LogRecord |
FilteredLogTableModel.getFilteredRecord(int row) |
限定符和类型 | 方法和说明 |
---|---|
boolean |
FilteredLogTableModel.addLogRecord(LogRecord record) |
void |
LogBrokerMonitor.addMessage(LogRecord lr)
Add a log record message to be displayed in the LogTable.
|
protected java.lang.Object |
FilteredLogTableModel.getColumn(int col,
LogRecord lr) |
protected boolean |
LogBrokerMonitor.matches(LogRecord record,
java.lang.String text)
Check to see if the any records contain the search string.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CategoryExplorerModel.addLogRecord(LogRecord lr) |
boolean |
CategoryExplorerLogRecordFilter.passes(LogRecord record) |