blob: aadeb18d93ab7d19cca95fd7353ade2b49dfa448 (
plain)
1
2
3
4
5
6
7
8
|
package dev.isxander.yacl.impl.utils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class YaclConstants {
public static final Logger LOGGER = LoggerFactory.getLogger("YetAnotherConfigLib");
}
|