Changeset 11398
- Timestamp:
- 07/14/11 08:58:35 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/MessageImp.cc
r10919 r11398 121 121 default: fOut << kBold << " >> "; break; 122 122 } 123 fOut << time.GetAsStr( ) << " - " << txt << endl;123 fOut << time.GetAsStr("%H:%M:%S.%f") << " - " << txt << endl; 124 124 125 125 mtx.unlock();
Note:
See TracChangeset
for help on using the changeset viewer.