Changeset 1791 for code/trunk/src/util/OutputHandler.h
- Timestamp:
- Sep 16, 2008, 3:46:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/util/OutputHandler.h
r1747 r1791 32 32 33 33 The OutputHandler acts like std::cout, but output isn't only shown in the console, 34 but also written to the logfile .34 but also written to the logfile and the ingame shell. 35 35 */ 36 36 … … 48 48 namespace orxonox 49 49 { 50 //! The OutputHandler acts like std::cout, but redirects output to the console AND the logfile.50 //! The OutputHandler acts like std::cout, but redirects output to the console, the logfile and the ingame shell. 51 51 class _UtilExport OutputHandler 52 52 {
Note: See TracChangeset
for help on using the changeset viewer.