Changeset 6832 for source/ariba/utility


Ignore:
Timestamp:
Nov 5, 2009, 9:03:35 AM (14 years ago)
Author:
Christoph Mayer
Message:

-kleine fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/logging/Logging.h

    r5638 r6832  
    4949
    5050  #define colorDefault { std::cout << "\033[0m";  } /*reset*/
    51   #define colorDebug   { std::cout << "\033[33m"; } /*cyan*/
    52   #define colorInfo    { std::cout << "\033[32m"; } /*green*/
    53   #define colorWarn    { std::cout << "\033[34m"; } /*blue*/
    54   #define colorError   { std::cout << "\033[31m"; } /*red*/
     51  #define colorDebug   { std::cout << "\033[0;33m"; } /*cyan*/
     52  #define colorInfo    { std::cout << "\033[0;32m"; } /*green*/
     53  #define colorWarn    { std::cout << "\033[0;34m"; } /*blue*/
     54  #define colorError   { std::cout << "\033[0;31m"; } /*red*/
    5555
    5656#else
Note: See TracChangeset for help on using the changeset viewer.