kmsquire / Logging.jl

Logging package for julia
Other
43 stars 26 forks source link

milliseconds #22

Closed sbchisholm closed 9 years ago

sbchisholm commented 9 years ago

I would be nice to show the milliseconds (perhaps optionally) of when the log was emitted. We can do this using Date.jl's now() for Julia 0.3.

sbchisholm commented 9 years ago

I can take a stab at this over the next few days, just wanted to open this issue while I had the thought.

sbchisholm commented 9 years ago

Actually they're not providing milliseconds, the DateTime type has support for milliseconds but now() just returns second precision :(.