- Timestamp:
- Feb 19, 2009, 4:45:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/modules/transport/protlib/logfile.cpp
r2466 r2467 119 119 if (logstream && !quiet) 120 120 { 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; 125 125 } 126 126 … … 144 144 else 145 145 { 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; 149 149 } 150 150 return true;
Note:
See TracChangeset
for help on using the changeset viewer.