Ticket #34 (closed enhancement: fixed)
Opened 3 years ago
Last modified 10 months ago
timestamping in log messages
| Reported by: | pbatard | Owned by: | stuge |
|---|---|---|---|
| Milestone: | Component: | libusb-1.0 | |
| Keywords: | timestamp, logging | Cc: | |
| Blocked By: | Blocks: |
Description
(optional?) timestamping would be welcome in the log functions, as it's obviously very useful for troubleshooting (performance, timeouts, concurrency...)
Now, there's only ONE non hare-brained time format in the whole universe, and that's big endian, with 24 hour clock, leading zeroes and no optional fields, i.e. YYYY.MM.DD HH:MM:SS.mmm (eg. '2010.03.08 02:58:05.024')
That is all. ;)
Change History
comment:1 Changed 13 months ago by xiaofan
comment:2 Changed 10 months ago by stuge
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
http://git.libusb.org/?p=libusb.git;a=commit;h=a806d169e6b5f675289cb9307fcd6b908edd9219;js=1
Fixed?