Updates:
Summary: Possibility to get accurate timestamp when logging messages through stdout
        Status: Started
        Owner: pekka.klarck
        Labels: -Type-Defect Type-Enhancement

Comment #11 on issue 456 by pekka.klarck: Possibility to get accurate timestamp when logging messages through stdout
http://code.google.com/p/robotframework/issues/detail?id=456

I decided to implement this so that you can add timestamp (as milliseconds since epoch) into the message if you want. This ought to be pretty simple to implement and makes it possible to get accurate timestamp with Remote and Java libraries. Obviously Python libs can use this approach too, but they probably should use the new logging APIs instead.

I doubt there's any need to implement automatic timestamping of messages written to stdout after this, but if someone really wants to implement that patches are accepted.

Reply via email to