Urban-Analytics-Technology-Platform / popgetter-cli

A rust library and CLI for accessing popgetter data
0 stars 0 forks source link

Add logging #34

Closed sgreenbury closed 3 weeks ago

sgreenbury commented 1 month ago

As discussed reviewing #22, it would be good to replace the use of println! with logging.

A good option for this might be env_logger with e.g. info!, warn!, error! macros available as drop-in replacements.