guiced-log-master.1.0.7.12-jre12.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of guiced-log-master Show documentation
Show all versions of guiced-log-master Show documentation
Provides Asynchronous and Dynamic Log Handler support for JDK1.8 logging API. Access via LogFactory.
module com.guicedee.logmaster {
exports com.guicedee.logger;
exports com.guicedee.logger.logging;
exports com.guicedee.logger.handlers;
requires transitive java.logging;
requires transitive java.validation;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy