Provide some rudimental logging APIs, backed by the Erlang logger, including a basic logger backend that writes to the console in a clean format with Gleam syntax for any arbitrary printed values.
This API will likely be ignored in favour of more sophisticated logging APIs in larger projects, but having a basic one will mean that all Wisp projects have the ability to log out-of-the-box.
We can also use this API internally for logging errors, etc.
Provide some rudimental logging APIs, backed by the Erlang logger, including a basic logger backend that writes to the console in a clean format with Gleam syntax for any arbitrary printed values.
This API will likely be ignored in favour of more sophisticated logging APIs in larger projects, but having a basic one will mean that all Wisp projects have the ability to log out-of-the-box.
We can also use this API internally for logging errors, etc.