- Timestamp:
- May 20, 2011, 5:24:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/src/libraries/util/OutputHandler.h
r8517 r8518 257 257 //! Returns the soft debug level of the listener 258 258 int getSoftDebugLevel() const { return this->softDebugLevel_; } 259 //! Sets the soft debug level of the listener260 void setSoftDebugLevel(int level)261 {262 this->softDebugLevel_ = level;263 OutputHandler::getInstance().setSoftDebugLevel(this->name_, level);264 }265 259 266 260 protected:
Note: See TracChangeset
for help on using the changeset viewer.