Changes between Version 4 and Version 5 of code/doc/Output
- Timestamp:
- Apr 15, 2017, 4:24:53 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/Output
v4 v5 5 5 In Orxonox, we don't use {{{std::cout}}} or {{{printf}}} for output, instead we use orxout(). orxout() is a function which can be used almost like std::cout, but adds a level and an optional context to the output. Each output message is then sent to the console, the log-file and the in-game-shell. 6 6 7 The user can set the desired maximal output levels for every device (console, logfile, shell) in the [wiki: ConfigValue config file] in the "Output" section.7 The user can set the desired maximal output levels for every device (console, logfile, shell) in the [wiki:howto/ConfigValue config file] in the "Output" section. 8 8 9 9 == Possible arguments ==