blob: 3d382d460f584b49c2beec886765d76ee08147f1 (
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");
}
|