[ 源代码: libslf4j-java ]
软件包:libslf4j-java(1.7.32-1)
libslf4j-java 的相关链接
Debian 的资源:
下载源码包 libslf4j-java:
- [libslf4j-java_1.7.32-1.dsc]
- [libslf4j-java_1.7.32.orig.tar.xz]
- [libslf4j-java_1.7.32-1.debian.tar.xz]
维护小组:
- Debian Java Maintainers (QA 页面, 邮件存档)
- Varun Hiremath (QA 页面)
- Emmanuel Bourg (QA 页面)
- Jakub Adam (QA 页面)
外部的资源:
- 主页 [www.slf4j.org]
相似软件包:
Simple Logging Facade for Java
The Simple Logging Facade for Java (or SLF4J) is intended to serve as a simple facade for various logging APIs allowing to the end-user to plug in the desired implementation at deployment time. SLF4J also allows for a gradual migration path away from Apache Commons Logging (CL)
Logging API implementations can either choose to implement the SLF4J interfaces directly, e.g. logback or SimpleLogger. Alternatively, it is possible (and rather easy) to write SLF4J adapters for the given API implementation, e.g. Log4jLoggerAdapter or JDK14LoggerAdapter.
其他与 libslf4j-java 有关的软件包
|
|
|
|
-
- sug: libcommons-logging-java
- common wrapper interface for several logging APIs
-
- sug: liblog4j1.2-java
- Logging library for java