Changeset 11952 for trunk/FACT++/src


Ignore:
Timestamp:
09/02/11 13:10:23 (13 years ago)
Author:
tbretz
Message:
Changed the behaviour of # such that the output is nicely logged to the output file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/LocalControl.h

    r11580 r11952  
    124124        if (str[0]=='#')
    125125        {
    126             lout << Tools::Trim(str.substr(1)) << endl;
     126            T::GetStreamOut() << "#   " << Time().GetAsStr("%H:%M:%S.%f") << " - " << Tools::Trim(str.substr(1)) << endl;
    127127            return true;
    128128        }
Note: See TracChangeset for help on using the changeset viewer.