Changeset 2455 for source/ariba/utility/logging
- Timestamp:
- Feb 18, 2009, 2:13:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/logging/Logging.h
r2454 r2455 46 46 47 47 #define colorDefault { std::cout << "\033[0m"; } /*reset*/ 48 #define colorDebug { std::cout << "\033[3 7m"; } /*gray*/48 #define colorDebug { std::cout << "\033[31m"; } /*gray*/ 49 49 #define colorInfo { std::cout << "\033[32m"; } /*green*/ 50 50 #define colorWarn { std::cout << "\033[34m"; } /*blue*/
Note:
See TracChangeset
for help on using the changeset viewer.