calendar
calendar copied to clipboard
Create a global logging infrastructure
Create a set of functions to ease the logging of processes in the application. For example, this would be the default infrastructure to send exceptions to.
There will be levels - DEBUG, INFO, WARN and ERROR and a function to log to each level.