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

4j-simple.2.1.0-alpha0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.1.0-alpha1
Show newest version
/**
 * The simple logger, a bare-bones implementation of logging backend.
 *
 *
 */
module org.slf4j.simple {
  requires org.slf4j;
  // exporting ?
  exports org.slf4j.simple;
  provides org.slf4j.spi.SLF4JServiceProvider with org.slf4j.simple.SimpleServiceProvider;
  opens org.slf4j.simple to org.slf4j;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy