Skip to content

avaje/avaje-applog-slf4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Maven Central License JDK EA

avaje-applog-slf4j

SLF4J provider for AppLog System.Logger

Dependency

<dependency>
  <groupId>io.avaje</groupId>
  <artifactId>avaje-applog-slf4j</artifactId>
  <version>1.0</version>
</dependency>

How to use

Add the above dependency into the classpath / module-path.

If using module-path additionally add a requires clause into module-info:

requires io.avaje.applog.slf4j;

This means that the System.Logger returned by AppLog.getLogger() uses slf4j-api Logger and all the log events are processed by slf4j-api.