Create logging library #18
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We should have a library that allows us to have different log levels such as:
It can be a simple wrapper around the syslog package in the standard library. Or we can write our own if that ends up being too much rigamaroll.