This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Description
The program should log information about errors and crashes. We need to settle down:
- Where to save the log file? I suggest in a folder called 'logs' located next to the db.s3db file.
- What to store? I suggest timestamp, platform and debug message.
- How to write to the log file? - I suggest to use the standard library, let's try to keep dependencies as low as possibly.