Package org.h2.test.trace
Class Player
java.lang.Object
org.h2.test.trace.Player
This tool can re-run Java style log files. There is no size limit.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Player
public Player()
-
-
Method Details
-
main
Execute a trace file using the command line. The log file name to execute (replayed) must be specified as the last parameter. The following optional command line parameters are supported:-logto enable logging the executed statement to System.out
- Parameters:
args- the arguments of the application- Throws:
IOException
-
execute
Execute a trace file.- Parameters:
fileName- the file nametrace- print debug information- Throws:
IOException
-