Changeset 2750 for code/branches/network/src/orxonox/gui
- Timestamp:
- Mar 5, 2009, 2:58:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/orxonox/gui/GUIManager.cc
r2710 r2750 154 154 boost::filesystem::path ceguiLogFilepath(Core::getLogPath() / "cegui.log"); 155 155 this->ceguiLogger_ = new DefaultLogger(); 156 this->ceguiLogger_->setLogFilename(ceguiLogFilepath. file_string());156 this->ceguiLogger_->setLogFilename(ceguiLogFilepath.string()); 157 157 // set the log level according to ours (translate by subtracting 1) 158 158 this->ceguiLogger_->setLoggingLevel(
Note: See TracChangeset
for help on using the changeset viewer.