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

https://github.com/robertvazan/noexception-slf4j

Exception handlers that log all exceptions into SLF4J loggers.
https://github.com/robertvazan/noexception-slf4j

exception-handler exceptions noexception slf4j

Last synced: 15 days ago
JSON representation

Exception handlers that log all exceptions into SLF4J loggers.

Awesome Lists containing this project

README

        

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)

# SLF4J extension for NoException

[![Maven Central](https://img.shields.io/maven-central/v/com.machinezoo.noexception/noexception-slf4j)](https://central.sonatype.com/artifact/com.machinezoo.noexception/noexception-slf4j)
[![Build status](https://github.com/robertvazan/noexception-slf4j/workflows/build/badge.svg)](https://github.com/robertvazan/noexception-slf4j/actions/workflows/build.yml)
[![Test coverage](https://codecov.io/gh/robertvazan/noexception-slf4j/branch/master/graph/badge.svg)](https://codecov.io/gh/robertvazan/noexception-slf4j)

This extension of [NoException](https://noexception.machinezoo.com/) library adds exception handlers
that log all exceptions to [SLF4J](https://www.slf4j.org/) loggers.

More on [homepage](https://noexception.machinezoo.com/slf4j).

## Status

Stable and maintained.

## Getting started

See [homepage](https://noexception.machinezoo.com/slf4j).

## Documentation

* [Homepage](https://noexception.machinezoo.com/slf4j)
* [Javadoc](https://noexception.machinezoo.com/javadocs/slf4j/com.machinezoo.noexception.slf4j/com/machinezoo/noexception/slf4j/package-summary.html)

## Feedback

Bug reports and pull requests are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md).

## License

Distributed under [Apache License 2.0](LICENSE).