mpizenberg / elm-test-rs

Fast and portable executable to run your Elm tests
BSD 3-Clause "New" or "Revised" License
81 stars 13 forks source link

Have a look at logging with log crate #73

Closed mpizenberg closed 3 years ago

mpizenberg commented 3 years ago

Log crate: https://crates.io/crates/log Simple logger intended for verbosity: https://github.com/cardoe/stderrlog-rs

mpizenberg commented 3 years ago

Fern looks good too: https://github.com/daboross/fern

mpizenberg commented 3 years ago

Being done in #75