An open API service indexing awesome lists of open source software.

https://github.com/scijava/scijava-log-slf4j

This adapter package enables the use of SLF4J-based logging within SciJava Common's logging framework. It is kept separate from the SciJava Common core classes to avoid proliferating SLF4J dependencies to downstream code that does not need SLF4J-based logging.
https://github.com/scijava/scijava-log-slf4j

Last synced: 7 months ago
JSON representation

This adapter package enables the use of SLF4J-based logging within SciJava Common's logging framework. It is kept separate from the SciJava Common core classes to avoid proliferating SLF4J dependencies to downstream code that does not need SLF4J-based logging.

Awesome Lists containing this project

README

          

[![](https://img.shields.io/maven-central/v/org.scijava/scijava-log-slf4j.svg)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.scijava%22%20AND%20a%3A%22scijava-log-slf4j%22)
[![](https://github.com/scijava/scijava-log-slf4j/actions/workflows/build-main.yml/badge.svg)](https://github.com/scijava/scijava-log-slf4j/actions/workflows/build-main.yml)

This adapter package enables the use of [SLF4J](http://www.slf4j.org/)-based
logging within [SciJava Common](https://github.com/scijava/scijava-common)'s
logging framework. It is kept separate from the SciJava Common core classes to
avoid proliferating SLF4J dependencies to downstream code that does not need
SLF4J-based logging.