Uses of Class
org.apache.log4j.lf5.LogRecord

Packages that use LogRecord
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
 class Log4JLogRecord
          A Log4JLogRecord encapsulates the details of your log4j LoggingEvent in a format usable by the LogBrokerMonitor.
 

Methods in org.apache.log4j.lf5 with parameters of type LogRecord
 boolean PassingLogRecordFilter.passes(LogRecord record)
           
 boolean LogRecordFilter.passes(LogRecord record)
           
 

Uses of LogRecord in org.apache.log4j.lf5.util
 

Subclasses of LogRecord in org.apache.log4j.lf5.util
 class AdapterLogRecord
          A LogRecord to be used with the LogMonitorAdapter
 

Methods in org.apache.log4j.lf5.util with parameters of type LogRecord
 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
protected  LogRecord FilteredLogTableModel.getFilteredRecord(int row)
           
 

Methods in org.apache.log4j.lf5.viewer with parameters of type LogRecord
 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
 void CategoryExplorerModel.addLogRecord(LogRecord lr)
           
 boolean CategoryExplorerLogRecordFilter.passes(LogRecord record)
           
 



Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.