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