English 中文(简体)
SLF4J - Discussion
  • 时间:2024-09-17

Discuss SLF4J


Previous Page Next Page  

SLF4J stands for Simple Logging Facade for Java. It provides a simple abstraction of all the logging frameworks. It enables a user to work with any of the logging frameworks such as Log4j, Logback, JUL (java.util.logging), etc. using single dependency.


Advertisements