yestinj/inetvis

Implement application log file

Closed this issue · 2 comments

All output is currently logged to stdout and stderr, this is not ideal.

Implement a log file and ensure that all application logs get written there, with sufficient metadata.

Make use of the preferences file to store a default log file location, and allow overriding.

The log framework has been implemented however is not currently being used to log anything. This needs to be done in the future, there was too much to make it worth doing right now.