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.cpp

    r2466 r2467  
    119119  if (logstream && !quiet)
    120120  {
    121     (*logstream) << color[blue] << timenow() << '[' << getpid() << "] Redirecting Log output to \"" << filename << '\"' << endl;
    122     (*logstream) << color[blue] << timenow()
    123                  << '[' << getpid() << "] <<<<<<<<<<<<<<<<<<<<<<<< *** LOG  STOP *** <<<<<<<<<<<<<<<<<<<<<<<<"
    124                  << color[off] << endl;
     121//     (*logstream) << color[blue] << timenow() << '[' << getpid() << "] Redirecting Log output to \"" << filename << '\"' << endl;
     122//     (*logstream) << color[blue] << timenow()
     123//               << '[' << getpid() << "] <<<<<<<<<<<<<<<<<<<<<<<< *** LOG  STOP *** <<<<<<<<<<<<<<<<<<<<<<<<"
     124//               << color[off] << endl;
    125125  }
    126126
     
    144144  else
    145145  {
    146     (*logstream) << color[blue] << timenow()
    147                  << '[' << getpid() << "] >>>>>>>>>>>>>>>>>>>>>>>> *** LOG START *** >>>>>>>>>>>>>>>>>>>>>>>>"
    148                  << color[off] << endl;
     146//     (*logstream) << color[blue] << timenow()
     147//               << '[' << getpid() << "] >>>>>>>>>>>>>>>>>>>>>>>> *** LOG START *** >>>>>>>>>>>>>>>>>>>>>>>>"
     148//               << color[off] << endl;
    149149  }
    150150  return true;
Note: See TracChangeset for help on using the changeset viewer.