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

doc: call env after with_level #59

Closed kartva closed 2 years ago

kartva commented 2 years ago

I had some trouble with calling the env method before the with_level method, since I presumed this worked like other builder structs where the order of arguments didn't really matter.

borntyping commented 2 years ago

Thanks!