Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 28, 2007, 3:00:01 AM (16 years ago)
Author:
landauf
Message:

added descriptions to the existing config-values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/core/DebugLevel.cc

    r699 r706  
    5252    void DebugLevel::setConfigValues()
    5353    {
    54         SetConfigValue(softDebugLevelConsole_, 3);
    55         SetConfigValue(softDebugLevelLogfile_, 3);
    56         SetConfigValue(softDebugLevelShell_, 1);
     54        SetConfigValue(softDebugLevelConsole_, 3).description("The maximal level of debug output shown in the console");
     55        SetConfigValue(softDebugLevelLogfile_, 3).description("The maximal level of debug output shown in the logfile");
     56        SetConfigValue(softDebugLevelShell_, 1).description("The maximal level of debug output shown in the ingame shell");
    5757
    5858        // softDebugLevel_ is the maximum of the 3 variables
Note: See TracChangeset for help on using the changeset viewer.