Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 16, 2010, 11:15:31 PM (14 years ago)
Author:
landauf
Message:

using SetConfigValueExternal also for two old config values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/Core.cc

    r7163 r7167  
    191191        const unsigned int defaultLevelLogFile = 4;
    192192#endif
    193         setConfigValueGeneric(this, &this->softDebugLevelLogFile_, ConfigFileType::Settings, "OutputHandler", "softDebugLevelLogFile", defaultLevelLogFile)
     193        SetConfigValueExternal(softDebugLevelLogFile_, "OutputHandler", "softDebugLevelLogFile", defaultLevelLogFile)
    194194            .description("The maximum level of debug output shown in the log file");
    195195        OutputHandler::getInstance().setSoftDebugLevel(OutputHandler::logFileOutputListenerName_s, this->softDebugLevelLogFile_);
Note: See TracChangeset for help on using the changeset viewer.