Logger

  1. Configure logger in this project
  2. Edit .gitignore file so that your file with logs is NOT pushed to Github
  3. If you have System.out.println() then replace them all with corresponding logger methods
  4. Complete all TODO statements
  5. Replace all e.printStackTrace(); with corresponding logger methods

Try to avoid these common mistakes while solving task