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

ity.utility-logging-log4j.14-beta-2.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 15.0.2
Show newest version
// Copyright (c) 2022 Axel Howind
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT

import com.dua3.utility.logging.ILogEntryDispatcherFactory;
import com.dua3.utility.logging.log4j.LogEntryDispatcherFactoryLog4j;
import org.jspecify.annotations.NullMarked;

/**
 * This module provides logging functionality using Log4j.
 */
@NullMarked
open module com.dua3.utility.logging.log4j {
    exports com.dua3.utility.logging.log4j;

    provides ILogEntryDispatcherFactory with LogEntryDispatcherFactoryLog4j;

    requires org.jspecify;
    requires com.dua3.utility.logging;
    requires static org.apache.logging.log4j.core;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy