Back to Intellij Community

ReplacePrintlnWithLogging

platform/platform-resources-en/src/inspectionDescriptions/ReplacePrintlnWithLogging.html

2025.3-rc-2197 B
Original Source

Reports usages of print or println.

Such statements are often used for temporary debugging and should be either removed from the production code, or replaced by a more robust logging facility.