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
- Host: GitHub
- URL: https://github.com/ghusta/mix-log4j2-slf4j-logback
- Owner: ghusta
- Created: 2017-10-17T21:24:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T09:30:12.000Z (over 4 years ago)
- Last Synced: 2025-02-24T13:48:41.324Z (over 1 year ago)
- Topics: java, log4j2, logback, logging, slf4j
- Language: Java
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mix-log4j2-slf4j-logback
[](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/) [🇫🇷]