Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 20, 2011, 5:24:52 AM (13 years ago)
Author:
rgrieder
Message:

Sorted out log level handling on startup and transferred its control back to Core.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/unity_build/src/libraries/util/OutputHandler.h

    r8517 r8518  
    257257        //! Returns the soft debug level of the listener
    258258        int getSoftDebugLevel() const { return this->softDebugLevel_; }
    259         //! Sets the soft debug level of the listener
    260         void setSoftDebugLevel(int level)
    261         {
    262             this->softDebugLevel_ = level;
    263             OutputHandler::getInstance().setSoftDebugLevel(this->name_, level);
    264         }
    265259
    266260    protected:
Note: See TracChangeset for help on using the changeset viewer.