Changeset 7167 for code/trunk/src/libraries/core/Shell.cc
- Timestamp:
- Aug 16, 2010, 11:15:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/Shell.cc
r6536 r7167 105 105 const unsigned int defaultLevel = 3; 106 106 #endif 107 setConfigValueGeneric(this, &softDebugLevel_, ConfigFileType::Settings, "OutputHandler", "softDebugLevel" + this->consoleName_, defaultLevel)107 SetConfigValueExternal(softDebugLevel_, "OutputHandler", "softDebugLevel" + this->consoleName_, defaultLevel) 108 108 .description("The maximal level of debug output shown in the Shell"); 109 109 this->setSoftDebugLevel(this->softDebugLevel_);
Note: See TracChangeset
for help on using the changeset viewer.