All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.log.LogReport

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

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


Constructor Index

 o LogReport(String, DataOutputStream, String, boolean)
Creates the log reports.

Method Index

 o process()
Proces the log files.

Constructors

 o LogReport
 public LogReport(String start,
                  DataOutputStream out,
                  String root,
                  boolean display)
Creates the log reports.

Parameters:
start - The first log file to start with.
out - the file that will have the generated report.
root - is the root of the output.
display - says if the display should be turned on.

Methods

 o process
 public void process()
Proces the log files.


All Packages  Class Hierarchy  This Package  Previous  Next  Index