Details
-
Improvement
-
Resolution: Duplicate
-
Blocker
-
1.3.0-alpha4
-
I am using logback.core and logback.classic both version 1.3.0-alpha4. Project created with maven and eclipse in Java 11.0.2.
Description
As i have tried, you can create a FileAppender programmatically but not a RollingFileAppender. I have searched the module-info.java of the module and it seems the package import ch.qos.logback.core.rolling is not exported. Is there a reason why this specific module is not exported and then, not accesible in applications?