I\'m using the PMD plugin for eclipse and it gives me an error when using System.out.println() with the explanation:
System.out.println()
System.(out|err).pri
System.out.println is not good to use as it cannot be configured. In stead, Logger can be configured to log on various levels. It has whole lot of other features.
System.out.println
Logger