Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 343 Bytes

SystemOutPrint.md

File metadata and controls

11 lines (6 loc) · 343 Bytes

Pattern: Use of System.out.print*()

Issue: -

Description

Checks for calls to System.out.print(), System.out.println() or System.out.printf(). Consider using a standard logging facility instead.

Further Reading