io.polaris.core.log.LogLevels Maven / Gradle / Ivy
//package io.polaris.core.log;
//
///**
// * @author Qt
// * @since 1.8, Jan 30, 2024
// */
//public class LogLevels {
//
//
// public static void setLevel(String loggerName, Level level){
// org.apache.logging.log4j.core.config.Configurator.setLevel(loggerName,)
// }
//}