All Downloads are FREE. Search and download functionalities are using the official Maven repository.

guiced-log-master.1.0.6.3-jre14.source-code.module-info Maven / Gradle / Ivy

Go to download

Provides Asynchronous and Dynamic Log Handler support for JDK1.8 logging API. Access via LogFactory.

There is a newer version: 62
Show newest version
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