mxhdev / SQLChecker

GNU General Public License v3.0
1 stars 1 forks source link

Add Logging #11

Open mxhdev opened 8 years ago

mxhdev commented 8 years ago

The application currently (as of 15. oct 2015) prints detailed informations about the parsing and execution process to the console via

System.out.println()

Because this is a bad style of doing things, this should be done via a file logger. This file will contain detailed informations about what happended in the process of parsing strings and show any errors and exceptions which were thrown.