Is there a simple way to log all the events in my program as they occur?
Like having the program just add a line to a text file every time an event starts and finishes with the event name and a timestamp, without me going through and adding a line on every event?