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 classLog4JLogRecordALog4JLogRecordencapsulates the details of your log4jLoggingEventin a format usable by theLogBrokerMonitor.Methods in org.apache.log4j.lf5 with parameters of type LogRecord Modifier and Type Method Description booleanLogRecordFilter. passes(LogRecord record)booleanPassingLogRecordFilter. 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 classAdapterLogRecordA LogRecord to be used with the LogMonitorAdapterMethods in org.apache.log4j.lf5.util that return LogRecord Modifier and Type Method Description private LogRecordLogFileParser. createLogRecord(java.lang.String record)Methods in org.apache.log4j.lf5.util with parameters of type LogRecord Modifier and Type Method Description voidLogMonitorAdapter. 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 LogRecordFilteredLogTableModel. getFilteredRecord(int row)Methods in org.apache.log4j.lf5.viewer with parameters of type LogRecord Modifier and Type Method Description booleanFilteredLogTableModel. addLogRecord(LogRecord record)voidLogBrokerMonitor. addMessage(LogRecord lr)Add a log record message to be displayed in the LogTable.protected java.lang.ObjectFilteredLogTableModel. getColumn(int col, LogRecord lr)protected booleanLogBrokerMonitor. matches(LogRecord record, java.lang.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 voidCategoryExplorerModel. addLogRecord(LogRecord lr)booleanCategoryExplorerLogRecordFilter. passes(LogRecord record)
-