java-slf4j-api
Simple logging facade for Java
The Simple Logging Facade for Java (SLF4J) serves as a simple facade or abstraction for various logging frameworks (e.g. java.util.logging
, logback
, log4j
) allowing the end user to plug in the desired logging framework at deployment time.
- Versions: 1.7.25
- Website: https://www.slf4j.org/
- Licenses: Expat
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of java-slf4j-api
as follows:
guix install java-slf4j-api
Or install a particular version:
guix install java-slf4j-api@1.7.25
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of java-slf4j-api about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/java-slf4j-api'><img src='https://packages.guix.gnu.org/packages/java-slf4j-api/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/java-slf4j-api)
Example Org:
[[https://packages.guix.gnu.org/packages/java-slf4j-api][https://packages.guix.gnu.org/packages/java-slf4j-api/badges/latest-version.svg]]