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.
-
input
- File that data the data.
-
logfilename
- Name of log file.
-
output
- File that will get the data.
-
reportfilename
- Name of report file.
-
LogAnalyzer(String[])
-
Starts up the log analyzer.
-
main(String[])
-
Starts up the log analyzer.
input
private BufferedReader input
- File that data the data.
output
private BufferedWriter output
- File that will get the data.
logfilename
private String logfilename
- Name of log file.
reportfilename
private String reportfilename
- Name of report file.
LogAnalyzer
public LogAnalyzer(String args[])
- Starts up the log analyzer.
- Parameters:
- args - The command line arguments.
first log file
report file, less .html
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