Ignore:
Timestamp:
Feb 19, 2009, 4:45:14 PM (15 years ago)
Author:
Christoph Mayer
Message:

-logging farben über ./configure --enable-logcolors=yes einschaltbar, sonst per default ausgeschalten
-alls std::cout auskommentiert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/modules/transport/protlib/logfile.h

    r2466 r2467  
    3131
    3232
    33 //#define _NO_LOGGING
     33#define _NO_LOGGING
    3434
    3535#include <fstream> // file stream
     
    243243    if (!quiet_start && logstream)
    244244    {
    245       (*logstream) << color[blue] << timenow()
    246                    << '[' << getpid() << "] >>>>>>>>>>>>>>>>>>>>>>>> *** LOG START *** >>>>>>>>>>>>>>>>>>>>>>>>"
    247                    << color[off] << endl;
     245//       (*logstream) << color[blue] << timenow()
     246//                 << '[' << getpid() << "] >>>>>>>>>>>>>>>>>>>>>>>> *** LOG START *** >>>>>>>>>>>>>>>>>>>>>>>>"
     247//                 << color[off] << endl;
    248248    }
    249249    pthread_mutex_unlock(&logmutex);
     
    260260
    261261    if ( ! quiet_start )
    262         (*logstream) << color[blue] << timenow() << '[' << getpid()
    263         << "] <<<<<<<<<<<<<<<<<<<<<<<< *** LOG  STOP *** <<<<<<<<<<<<<<<<<<<<<<<<"
    264         << color[off] << endl;
     262//      (*logstream) << color[blue] << timenow() << '[' << getpid()
     263//      << "] <<<<<<<<<<<<<<<<<<<<<<<< *** LOG  STOP *** <<<<<<<<<<<<<<<<<<<<<<<<"
     264//      << color[off] << endl;
    265265    pthread_mutex_unlock(&logmutex);
    266266
Note: See TracChangeset for help on using the changeset viewer.