- 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.h
r2466 r2467 31 31 32 32 33 //#define _NO_LOGGING33 #define _NO_LOGGING 34 34 35 35 #include <fstream> // file stream … … 243 243 if (!quiet_start && logstream) 244 244 { 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; 248 248 } 249 249 pthread_mutex_unlock(&logmutex); … … 260 260 261 261 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; 265 265 pthread_mutex_unlock(&logmutex); 266 266
Note:
See TracChangeset
for help on using the changeset viewer.