Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 4 and Version 5 of code/doc/Output


Ignore:
Timestamp:
Apr 15, 2017, 4:24:53 PM (7 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/Output

    v4 v5  
    55In 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.
    66
    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.
     7The 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.
    88
    99== Possible arguments ==