benign-key-logger
benign-key-logger copied to clipboard
SQL logging into separate module
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.
Can make file logging an equal module for easy switch out