Changeset 1766 for code/branches/core3/src/util/OutputHandler.h
- Timestamp:
- Sep 11, 2008, 12:25:11 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core3/src/util/OutputHandler.h
r1725 r1766 201 201 } 202 202 } 203 //template<class T> 204 //orxonox::OutputHandler& operator<<(orxonox::OutputHandler& out, const T& output) 205 //{ 206 // if (orxonox::OutputHandler::getSoftDebugLevel(orxonox::OutputHandler::LD_Console) >= out.getOutputLevel()) 207 // std::cout << output; 208 // 209 // if (orxonox::OutputHandler::getSoftDebugLevel(orxonox::OutputHandler::LD_Logfile) >= out.getOutputLevel()) 210 // { 211 // out.getLogfile() << output; 212 // out.getLogfile().flush(); 213 // } 214 // 215 // if (orxonox::OutputHandler::getSoftDebugLevel(orxonox::OutputHandler::LD_Shell) >= out.getOutputLevel()) 216 // (*out.getOutputBuffer()) << output; 217 // 218 // return out; 219 //} 203 220 204 221 #endif /* _OutputHandler_H__ */
Note: See TracChangeset
for help on using the changeset viewer.