ZeroIntensity / view.py

The Batteries-Detachable Web Framework
https://view.zintensity.dev
MIT License
206 stars 15 forks source link

User Logging #77

Closed ZeroIntensity closed 8 months ago

ZeroIntensity commented 8 months ago

Feature description

Allow the user to have their own logging system. I don't think the logging module needs to be used, print should be fine.

Should contain the following (configurable with the config):

Feature example API

view.error("Something went wrong!")
view.info("We're ok!")
view.log("Warning!", urgency="warn")

Anything else?

No response