Logger - add logError method #2
Reference in New Issue
Block a user
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?
Add a logError method to the Logger interface that accepts an error instance and logs it in the appropriate format.
Will allow us to define special handling for errors logged to a file/database/&c.