Uses of Class
org.apache.log4j.lf5.LogRecord
-
Packages that use LogRecord Package Description org.apache.log4j.lf5 org.apache.log4j.lf5.util org.apache.log4j.lf5.viewer org.apache.log4j.lf5.viewer.categoryexplorer -
-
Uses of LogRecord in org.apache.log4j.lf5
Subclasses of LogRecord in org.apache.log4j.lf5 Modifier and Type Class Description class
Log4JLogRecord
ALog4JLogRecord
encapsulates the details of your log4jLoggingEvent
in a format usable by theLogBrokerMonitor
.Methods in org.apache.log4j.lf5 with parameters of type LogRecord Modifier and Type Method Description boolean
LogRecordFilter. passes(LogRecord record)
boolean
PassingLogRecordFilter. passes(LogRecord record)
-
Uses of LogRecord in org.apache.log4j.lf5.util
Subclasses of LogRecord in org.apache.log4j.lf5.util Modifier and Type Class Description class
AdapterLogRecord
A LogRecord to be used with the LogMonitorAdapterMethods in org.apache.log4j.lf5.util with parameters of type LogRecord Modifier and Type Method Description void
LogMonitorAdapter. addMessage(LogRecord record)
Adds a LogRecord to the LogMonitor. -
Uses of LogRecord in org.apache.log4j.lf5.viewer
Methods in org.apache.log4j.lf5.viewer that return LogRecord Modifier and Type Method Description protected LogRecord
FilteredLogTableModel. getFilteredRecord(int row)
Methods in org.apache.log4j.lf5.viewer with parameters of type LogRecord Modifier and Type Method Description boolean
FilteredLogTableModel. addLogRecord(LogRecord record)
void
LogBrokerMonitor. addMessage(LogRecord lr)
Add a log record message to be displayed in the LogTable.protected Object
FilteredLogTableModel. getColumn(int col, LogRecord lr)
protected boolean
LogBrokerMonitor. matches(LogRecord record, String text)
Check to see if the any records contain the search string. -
Uses of LogRecord in org.apache.log4j.lf5.viewer.categoryexplorer
Methods in org.apache.log4j.lf5.viewer.categoryexplorer with parameters of type LogRecord Modifier and Type Method Description void
CategoryExplorerModel. addLogRecord(LogRecord lr)
boolean
CategoryExplorerLogRecordFilter. passes(LogRecord record)
-