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

Enable Windows console colors #11

Closed vpetrigo closed 4 years ago

vpetrigo commented 4 years ago

Hello,

Thank you for your awesome library that makes it really easy to print debug messages. I would like to propose some changes that enable Windows console color output (tested with cmd and PowerShell).

Examples:

Also, I ran rustfmt on src/lib.rs file, but may revert that changes if needed.

borntyping commented 4 years ago

Thanks! Released as v1.4.0.