Replace the standard output statements with logger statements.

Replace the standard output statements with logger statements.

This rule replaces the standard output (System.out, System.err, printStackTrace) statements with logger statements when possible. In addition, jSparrow checks if in each catch statement a log statement is present. If there is no log statement, jSparrow proposes to automatically add it.