kayleg / cloud-pubsub

Google Cloud PubSub client in rust
MIT License
31 stars 21 forks source link

Use log trait instead of println / eprintln #7

Closed sync closed 4 years ago

sync commented 4 years ago

So you don't end with log statement from this crate if you don't want them, you will need to install a logger first and can set desired log level

kayleg commented 4 years ago

Thanks for this.

Would you please add something to the Readme about connecting a logger in order to see the output.

sync commented 4 years ago

will do, sorry replying late and will resolve conflicts

sync commented 4 years ago

done 🚀