You sound as if using a System.out/err is a sacrilege. Did you actually
look at the places where these calls are used? Last time this subject
was brought up I went through the whole codebase and did the cleaning up.
What remains are perfectly legal uses of System.out/err.
Advertising
On 08.12.2005 03:27:39 Nils Meier wrote:
> Hi
>
> there's still places in the code where System.err and System.out is
> used but I assume they will replaced with logging calls eventually?
>
> Thanks
> Nils
>
>
> System.err:
> CommandLineLogger.java
> TTFFile.java (2 matches)
> PreviewDialog.java
> RtfFile.java (3 matches)
> FileCompare.java (3 matches)
> SerializeHyphPattern.java (4 matches)
Jeremias Maerki