benign-key-logger icon indicating copy to clipboard operation
benign-key-logger copied to clipboard

SQL logging into separate module

Open Ga68 opened this issue 4 years ago • 1 comments

Moving the SQL log row separate module will shrink the key logging code, and will make it easy to delete the module if you don't want any SQLite logging. Overall it seems like better modularity, better code clarity, and less code to review and run if you choose to get rid of SQL logging.

Ga68 avatar Aug 10 '21 07:08 Ga68

Can make file logging an equal module for easy switch out

Ga68 avatar Aug 15 '21 06:08 Ga68