java-slf4j-api 1.7.25
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.
- Outputs:
out
- Website: https://www.slf4j.org/
- Licenses: Expat
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install java-slf4j-api 1.7.25
as follows:
guix install java-slf4j-api@1.7.25
Or install the latest version:
guix install java-slf4j-api
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.