Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 343 Bytes

SystemErrPrint.md

File metadata and controls

11 lines (6 loc) · 343 Bytes

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

Issue: -

Description

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

Further Reading