All recorded events are logged to a file under the Twilight Utilities folder in a sub folder called Log in a sub folder called SkypeForwarder.
The file name is called Eventlog.log and the data format is semi human readable. As well the events are copied in human readable form to the event log list in the main window, but this is erased every time you stop the application.
The file copy of the data will only grow to 5 Megabytes in size before it is automatically rolled over to a backup file (Eventlog.bak). As well only a single copy of the log file backup is ever kept. It is automatically erased every time the current log file needs to roll over.
The data stored in the file looks just like the data displayed.
Example:Fri Jan 28 2005 20:43:13,TAPI Marshaler,System, Using COM2
Fri Jan 28 2005 20:43:13 is the date and time of the even
TAPI Marshaler is the subsystem that is logging something.
System means the system (application) is logging something.