
org.openl.spring.env.ConfigLog Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.openl.spring Show documentation
Show all versions of org.openl.spring Show documentation
Common components for Spring integration
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