| 738 | = LogConverter |
| 739 | The LogConverter tool adds outcome utilities to APP.json and APPLearn.json log files. These log files contain a section "results". T |
| 740 | |
| 741 | You call the logconverter like this (download the logconverter from the artifactory, or download the sources): |
| 742 | {{{ |
| 743 | java -jar target/logconverter-2.1.3-jar-with-dependencies.jar src/test/resources/APP1646925947841.json |
| 744 | }}} |
| 745 | |
| 746 | The logconverter adds a section "utilities" to each of the results, containing a dict with the final utility for each party. The final utility was defined in ...... |
| 747 | |
| 748 | The logconverter outputs the converted |