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

cool.scx.logging.spi.log4j.ScxLog4jProvider Maven / Gradle / Ivy

There is a newer version: 2.7.4
Show newest version
package cool.scx.logging.spi.log4j;

import org.apache.logging.log4j.spi.Provider;

/**
 * ScxLog4jProvider
 *
 * @author scx567888
 * @version 0.0.1
 */
public final class ScxLog4jProvider extends Provider {

    public ScxLog4jProvider() {
        super(10, "2.6.0", ScxLog4jLoggerContextFactory.class);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy