borntyping / rust-simple_logger

A rust logger that prints all messages with a readable output format.
https://crates.io/crates/simple_logger
MIT License
221 stars 48 forks source link

Add options to use UTC timestamps #46

Closed borntyping closed 2 years ago

borntyping commented 2 years ago

This sidesteps issues users are having when using local times in conditions where the time crate cannot safely get the local time.

Thanks to @uggla and @rye.