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

io.quarkus.runtime.logging.JBossVersion Maven / Gradle / Ivy

The newest version!
package io.quarkus.runtime.logging;

public final class JBossVersion {

    private static final String JBOSS_LOG_VERSION = "jboss.log-version";

    private JBossVersion() {
    }

    public static void disableVersionLogging() {
        System.setProperty(JBOSS_LOG_VERSION, "false");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy