Wiki source code of Documentation
Version 3.1 by Alexander Schulz-Rosengarten on 2014/06/12 13:57
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 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. |