Changeset 5994 for code/branches/console/src/libraries/util/Debug.h
- Timestamp:
- Oct 27, 2009, 2:47:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/libraries/util/Debug.h
r5991 r5994 76 76 77 77 /** 78 @ def COUT78 @brief 79 79 Logs text output: use exactly like std::cout, but specify an output 80 level as argument. For example COUT(3) << "Some info" << std::endl; 80 level as argument. 81 @example 82 COUT(3) << "Some info" << std::endl; 81 83 @note 82 84 The ? : operator requires both possible results to have the type of
Note: See TracChangeset
for help on using the changeset viewer.