MorseKOB / PyKOB

Python implementation of a library for Morse and MorseKOB functionality
https://sites.google.com/site/morsekob/morsekob40
MIT License
4 stars 2 forks source link

MKOB: Add option to log to a file rather than the console #357

Open AESilky opened 2 months ago

AESilky commented 2 months ago

With the generation of an executable, the MKOB app will (most likely) not be run from a command/terminal window. However, the logging is very helpful for tracking down problems. Therefore, the ability to specify a log file to output to is needed.

This should be settable via a command-line argument or stored in the MKOB configuration.