Hlxml Command line usage
| 
PDF |
Change to the program directory (the one where you extracted the
distribution package) and type
java -jar hlxml.jar --help to get the following
output:
java -jar hlxml.jar [options] [files]
where options are:
-h,--help display a help text and exit
-o,--output <Ausgabeverzeichnis> a directory to write the xml files to
-p,--parser <Parser Typ> parser type, currently only cstrike is
supported
Change to the program directory and type:
java -jar hlxml.jar -o /path/to/output-directory /path/to/logfile.log
|
Parsing all logfiles in a directory
| |
| | |
Change to the program directory and type:
java -jar hlxml.jar -o /path/to/output-directory /path/to/logfiles