clux / loggerv

A minimalistic stdout/stderr logger for rust
https://docs.rs/loggerv
MIT License
21 stars 6 forks source link

color mode enum #20

Open clux opened 5 years ago

clux commented 5 years ago

kind of the same as https://github.com/clux/loggerv/pull/18

honestly, not sure which one is better.

jpastuszek commented 5 years ago

I think this is better since there are three options in fact so better to represent them with enum. Just note that you use capitalized names for modes on the command line but you give lowercase examples.