All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.log.LogAnalyzer

java.lang.Object
   |
   +----pinball.log.LogAnalyzer

public class LogAnalyzer
extends Object
This reads the log file and generates an html file with the statistics.


Variable Index

 o input
File that data the data.
 o logfilename
Name of log file.
 o output
File that will get the data.
 o reportfilename
Name of report file.

Constructor Index

 o LogAnalyzer(String[])
Starts up the log analyzer.

Method Index

 o main(String[])
Starts up the log analyzer.

Variables

 o input
 private BufferedReader input
File that data the data.

 o output
 private BufferedWriter output
File that will get the data.

 o logfilename
 private String logfilename
Name of log file.

 o reportfilename
 private String reportfilename
Name of report file.

Constructors

 o LogAnalyzer
 public LogAnalyzer(String args[])
Starts up the log analyzer.

Parameters:
args - The command line arguments. first log file report file, less .html

Methods

 o main
 public static void main(String args[])
Starts up the log analyzer.

Parameters:
args - The command line arguments. first log file report file, less .html

All Packages  Class Hierarchy  This Package  Previous  Next  Index