Changeset 11398


Ignore:
Timestamp:
07/14/11 08:58:35 (13 years ago)
Author:
tbretz
Message:
Added microseconds to time output.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/MessageImp.cc

    r10919 r11398  
    121121    default:       fOut << kBold          << " >> "; break;
    122122    }
    123     fOut << time.GetAsStr() << " - " << txt << endl;
     123    fOut << time.GetAsStr("%H:%M:%S.%f") << " - " << txt << endl;
    124124
    125125    mtx.unlock();
Note: See TracChangeset for help on using the changeset viewer.