-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Background
We'd like to be able to log events to a file somewhere. This file may contain raw input data, unexpected program behavior, etc. that we can use when doing diagnostic work later on.
Requirements
- Add easy global logging function (with
printf()style format strings, if possible) - Automatically create a new log file each time the program runs