Module rss2email_lib::logger
source · Expand description
This file contains wrapper macros for the env_logger
crate.
I specifically wanted to wrap around warn
as I wanted all warnings
to panic if they occured in the Github Actions workflow.