Skip to content

jboss-logging/slf4j-jboss-logmanager

Folders and files

NameName
Last commit message
Last commit date
Dec 9, 2024
Apr 18, 2024
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jan 20, 2023
Jul 21, 2017
Jan 20, 2023
Feb 6, 2023
Jan 20, 2023
Jun 27, 2024

SLF4J Binding to JBoss Logging

The SLFJ4J binding to the JBoss Log Manager is just as it sounds. It’s a SLF4J binding which sends log messages through the JBoss Log Manager. This project is currently used in WildFly and JBoss EAP.

Currently, this supports both SLF4J 2.x and SLF4J 1.7.x. Support for 1.7.x is deprecated and will be removed in future releases.

Usage

To use the project you need both SLF4J and JBoss Log Manager on your class path. Then simply add this library and it should be picked up as the SLF4J binding.

Maven

<dependency>
    <groupId>org.jboss.logging</groupId>
    <artifactId>slf4j-jboss-logmanager</artifactId>
    <version>1.2.0.Final</version>
</dependency>

Contributing