You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Steve Huston (JIRA)" <ji...@apache.org> on 2012/08/15 00:29:38 UTC

[jira] [Resolved] (QPID-4084) Qpid logger should you milliseconds in when outputing formatted timestamps

     [ https://issues.apache.org/jira/browse/QPID-4084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Huston resolved QPID-4084.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19

Fixed on trunk at r1373147.
                
> 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
>    Affects Versions: 0.12, 0.13, 0.14, 0.15, 0.16
>            Reporter: Sergey Zhemzhitsky
>            Assignee: Steve Huston
>             Fix For: 0.19
>
>
> 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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org