ptmcg / logmerger

TUI utility to view multiple log files with merged timeline
MIT License
145 stars 3 forks source link

TODO: support int and float seconds since epoch #7

Closed ptmcg closed 10 months ago

ptmcg commented 10 months ago

Support timestamps such as those in this example:

\x1b[38;5;117m[1694412570.262003500|INFO](process_name) \x1b[0mSomething interesting happened!
\x1b[1;31m[1694412660.108488351|ERROR](process_name) \x1b[0mSomething bad happened!

Detect int and float values. Detect timestamp in seconds, milliseconds, and maybe nanoseconds (inferred from order of magnitude of the parsed number).

ptmcg commented 10 months ago

Seconds and milliseconds since epoch times will be in 0.2.0

ptmcg commented 10 months ago

Released in 0.2.0