Changeset 8522 for code/branches/unity_build/src/libraries/util
- Timestamp:
- May 20, 2011, 4:05:32 PM (14 years ago)
- Location:
- code/branches/unity_build/src/libraries/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/src/libraries/util/Debug.h
r8518 r8522 123 123 orxonox::OutputHandler::getOutStream(level) 124 124 125 /** Logs debug output: You can use DOUT exactly like @c std::cout. 126 Use this macro to produce temporary debug output that will be removed later on. 127 The console output shall have a special colour if available. 128 */ 129 #define DOUT orxonox::OutputHandler::getOutStream(-1) << "+++ " 130 125 131 #endif /* _Util_Debug_H__ */ -
code/branches/unity_build/src/libraries/util/OutputHandler.h
r8518 r8522 62 62 enum Value 63 63 { 64 TDebug = -1, 64 65 None = 0, 65 66 Error = 1,
Note: See TracChangeset
for help on using the changeset viewer.