Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 186 Bytes

logging-in-java.md

File metadata and controls

5 lines (3 loc) · 186 Bytes

Logging in Java: Log4j vs SLF4J

Log4j: Logging framework provides the capability for logging error messages and debugging data.

SLF4J: Logging interface for other logging frameworks.