dsprenkels / sss-cli

Command line program for secret-sharing strings
MIT License
68 stars 20 forks source link

Use env logger #4

Closed Flat closed 6 years ago

Flat commented 6 years ago

Replace panic! and eprintln! to use error! info! and debug! from env_logger - which by default all print to stderr. Closes #3

dsprenkels commented 6 years ago

Thank you so much for you contribution! I have a couple of little nits, but that should be all.

dsprenkels commented 6 years ago

Thank you! :smile:

Flat commented 6 years ago

Glad I could contribute!