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

y-log4j.3.4.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
import io.jooby.LoggingService;
import io.jooby.log4j.Log4jService;

module io.jooby.log4j {
  exports io.jooby.log4j;

  requires io.jooby;
  requires static com.github.spotbugs.annotations;
  requires org.slf4j;
  requires org.apache.logging.log4j;
  requires org.apache.logging.log4j.core;
  requires org.jspecify;

  provides LoggingService with
      Log4jService;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy