Changeset 10773 for code/branches/cpp11_v2/src/libraries
- Timestamp:
- Nov 7, 2015, 6:03:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/core/GUIManager.cc
r10769 r10773 330 330 331 331 // Create our own logger to specify the filepath 332 std:: auto_ptr<CEGUILogger> ceguiLogger(new CEGUILogger());332 std::unique_ptr<CEGUILogger> ceguiLogger(new CEGUILogger()); 333 333 ceguiLogger->setLogFilename(ConfigurablePaths::getLogPathString() + "cegui.log"); 334 334 ceguiLogger->setLoggingLevel(static_cast<CEGUI::LoggingLevel>(this->outputLevelCeguiLog_));
Note: See TracChangeset
for help on using the changeset viewer.