dictation-toolbox / natlinkcore

Other
4 stars 4 forks source link

natlinkconfig programs now use logging #65

Closed dougransom closed 6 months ago

dougransom commented 6 months ago

Natlinkconfig_gui logs to a file in C:\Users\doug\AppData\Local\natlink\natlink\Logs with python logging module, as well as to the GUI window. The logging level in the gui window is debug IFF the natlink debug level is Debug.

The natlinkconfig_cli also logs to the same folder, but always at level Debug.