Changeset 949 for code/branches/core2/src/orxonox/core/OutputHandler.h
- Timestamp:
- Mar 29, 2008, 2:30:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core2/src/orxonox/core/OutputHandler.h
r947 r949 61 61 /** @brief Puts some text on the outstream. @param text The text */ 62 62 static inline void log(const std::string& text) 63 { OutputHandler::getOutStream(). output(text); }63 { OutputHandler::getOutStream().setOutputLevel(0); OutputHandler::getOutStream().output(text); } 64 64 65 65 /** @brief Returns a reference to the logfile. @return The logfile */
Note: See TracChangeset
for help on using the changeset viewer.