
com.tobedevoured.naether.LogUtil Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
A Java Dependency Resolver using Maven’s Aether.
package com.tobedevoured.naether;
public class LogUtil {
public static void setDefaultLogLevel(String level) {
System.setProperty("org.slf4j.simpleLogger.defaultLogLevel", level);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy