Changes between Version 306 and Version 307 of WikiStart
- Timestamp:
- 06/08/20 17:11:12 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v306 v307 649 649 A complete example is available of [source:/simplerunner simplerunner here] 650 650 651 The simplerunner writes log information, including the final state, to the stdout. The last log line normally is something like {{{INFO:protocol ended normally: {"SAOPState": .....} }}}. You can parse the te st starting at the {{{ { }}} using the standard jackson parser.651 The simplerunner writes log information, including the final state, to the stdout. The last log line normally is something like {{{INFO:protocol ended normally: {"SAOPState": .....} }}}. You can parse the text starting at the {{{ { }}} using the standard jackson parser. 652 652 653 653 == Running ==