Changeset 706 for code/branches/FICN/src/orxonox/core
- Timestamp:
- Dec 28, 2007, 3:00:01 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/core/DebugLevel.cc
r699 r706 52 52 void DebugLevel::setConfigValues() 53 53 { 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"); 57 57 58 58 // softDebugLevel_ is the maximum of the 3 variables
Note: See TracChangeset
for help on using the changeset viewer.