Show last authors
1 == Logging ==
2
3 Variable **debug** indicates verbose logging.
4
5 Prefix of all log messages must be :** [trainnum][ST-ST]**
6
7 Use **println** function to produce textual output. Do not use printf or other io functions, because output may not be flushed correctly.