.logger-config.2.1.38.source-code.module-info.j Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of logger-config Show documentation
Show all versions of logger-config Show documentation
This module will provide the information about logging and switch logging level.
The newest version!
module com.networknt.logger.config {
exports com.networknt.logging.handler;
exports com.networknt.logging.model;
requires com.networknt.config;
requires com.networknt.handler;
requires com.networknt.utility;
requires com.networknt.http.string;
requires com.networknt.body;
requires com.networknt.exception;
requires undertow.core;
requires xnio.api;
requires org.slf4j;
requires ch.qos.logback.classic;
requires com.fasterxml.jackson.core;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy