chovanecm / snow-script-sync

Download all scripts from your servicenow instance and edit them in your favourite IDE
GNU Lesser General Public License v3.0
2 stars 5 forks source link

Use Commons Logging instead of System.out #8

Open mikebski opened 5 years ago

mikebski commented 5 years ago

Switch to commons-logging (via Lombok's @CommonsLog annotation instead of using System.out and for exception logging (instead of .printStackTrace())