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

org.openl.spring.env.ConfigLog Maven / Gradle / Ivy

The newest version!
package org.openl.spring.env;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import org.openl.info.OpenLInfoLogger;

final class ConfigLog {
    static final Logger LOG = LoggerFactory.getLogger("OpenL.config");

    static {
        OpenLInfoLogger.logInfo();
    }

    private ConfigLog() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy