BAEL-1767 - Java 9 Platform Logging API (#5071)
* java 9 logger * slf4j + logback modules added * new module for slf4j * logback config * cleanup * format
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
d5e6a8d436
commit
8c20c665de
@@ -0,0 +1,6 @@
|
||||
module com.baeldung.logging.slf4j {
|
||||
requires org.slf4j;
|
||||
provides java.lang.System.LoggerFinder
|
||||
with com.baeldung.logging.slf4j.Slf4jLoggerFinder;
|
||||
exports com.baeldung.logging.slf4j;
|
||||
}
|
||||
Reference in New Issue
Block a user