We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e74c06d commit 88e2e69Copy full SHA for 88e2e69
src/main/java/module-info.java
@@ -22,4 +22,8 @@
22
requires transitive java.logging;
23
requires transitive org.apache.logging.log4j.to.slf4j;
24
25
+ exports nl.altindag.log;
26
+ exports nl.altindag.log.exception;
27
+ exports nl.altindag.log.model;
28
+
29
}
0 commit comments