Ignore:
Timestamp:
Mar 12, 2014, 6:09:20 PM (10 years ago)
Author:
hock@…
Message:

New System Queue:

The new System Queue already passes most tests that do not contain delayed calls.

[ But it's (abviously) not ready for productive use, yet. ]

File:
1 edited

Legend:

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

    r12060 r12761  
    9696  #define logging_stdout(x) std::cout << x << std::endl;
    9797
    98   static int __loglevel__ = 2; //default is info
    99 // static int __loglevel__ = 1; // XXX use higher log level
     98//   static int __loglevel__ = 2; //default is info
     99 static int __loglevel__ = 1; // XXX use higher log level
    100100
    101101  #define logging_trace(x)  {                                   logging_stdout(x);                }
Note: See TracChangeset for help on using the changeset viewer.