dgpy-libs
dgpy-libs copied to clipboard
[Feature Request] `log_level` for `@requires`
Hello hello,
Thanks for the great set of community tools!
Can I request a "log_level" option for @requires?
Functionally, this would log a warning with the requested level when a decorated class/method is imported, allowing the user to see something may be missing from the environment before running a particularly long script which fails near the end when the decorated class/method is called.