Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-4084

Qpid logger should you milliseconds in when outputing formatted timestamps

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.12, 0.13, 0.14, 0.15, 0.16
    • 0.19
    • None
    • None

    Description

      Here is the discussion:
      http://qpid.2158936.n2.nabble.com/Milliseconds-in-log-messages-td7578787.html

      I suppose boost::posix_time::to_iso_extended_string(ptime) function can be used, for example:

      using namespace boost::posix_time;
      
      to_iso_extended_string(microsec_clock::local_time())
      

      Attachments

        Activity

          People

            shuston Stephen D. Huston
            szhemzhitsky Sergey Zhemzhitsky
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: