Sergey Zhemzhitsky created QPID-4084:
----------------------------------------

             Summary: Qpid logger should you milliseconds in when outputing 
formatted timestamps
                 Key: QPID-4084
                 URL: https://issues.apache.org/jira/browse/QPID-4084
             Project: Qpid
          Issue Type: Improvement
            Reporter: Sergey Zhemzhitsky


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)|http://www.boost.org/doc/libs/1_49_0/doc/html/date_time/posix_time.html#id1294754]
 function can be used, for example:
{code}
using namespace boost::posix_time;

to_iso_extended_string(microsec_clock::local_time())
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to