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

https://github.com/ghusta/mix-log4j2-slf4j-logback

Mixing Log4J2 with Logback and SLF4J
https://github.com/ghusta/mix-log4j2-slf4j-logback

java log4j2 logback logging slf4j

Last synced: about 1 month ago
JSON representation

Mixing Log4J2 with Logback and SLF4J

Awesome Lists containing this project

README

          

# mix-log4j2-slf4j-logback

[![Build Status](https://travis-ci.org/ghusta/mix-log4j2-slf4j-logback.svg?branch=master)](https://travis-ci.org/ghusta/mix-log4j2-slf4j-logback)

Mixing Log4J2 with Logback and SLF4J

## Overview
How to route **Log4J2** logs to **SLF4J API**.
The logs are then processed by **Logback** (native implementation of SLF4J).

## References
- Log4J2
- https://logging.apache.org/log4j/2.x/
- [Log4j to SLF4J Adapter](https://logging.apache.org/log4j/2.x/log4j-to-slf4j/)
- SLF4J
- https://www.slf4j.org/
- [Bridging legacy APIs](https://www.slf4j.org/legacy.html)
- Logback
- https://logback.qos.ch/
- [Java en Production - Les fichiers de logs](http://blog.xebia.fr/2010/07/07/java-en-production-les-fichiers-de-logs/) [🇫🇷]