Save This Page
Home » slf4j-1.5.5 » org.apache » log4j » lf5 » util » [javadoc | source]
org.apache.log4j.lf5.util
public class: LogFileParser [javadoc | source]
java.lang.Object
   org.apache.log4j.lf5.util.LogFileParser

All Implemented Interfaces:
    Runnable

Provides utility methods for input and output streams.
Field Summary
public static final  String RECORD_DELIMITER     
public static final  String ATTRIBUTE_DELIMITER     
public static final  String DATE_DELIMITER     
public static final  String THREAD_DELIMITER     
public static final  String CATEGORY_DELIMITER     
public static final  String LOCATION_DELIMITER     
public static final  String MESSAGE_DELIMITER     
public static final  String PRIORITY_DELIMITER     
public static final  String NDC_DELIMITER     
 LogFactor5LoadingDialog _loadDialog     
Constructor:
 public LogFileParser(File file) throws IOException, FileNotFoundException 
 public LogFileParser(InputStream stream) throws IOException 
Method from org.apache.log4j.lf5.util.LogFileParser Summary:
displayError,   parse,   run
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.lf5.util.LogFileParser Detail:
 protected  void displayError(String message) 
 public  void parse(LogBrokerMonitor monitor) throws RuntimeException 
    Starts a new thread to parse the log file and create a LogRecord. See run().
 public  void run() 
    Parses the file and creates new log records and adds the record to the monitor.