mirror of
https://github.com/aikar/commands.git
synced 2026-05-31 06:11:55 +00:00
initialize the logger
This commit is contained in:
@@ -24,11 +24,12 @@
|
||||
package co.aikar.commands;
|
||||
|
||||
import org.apache.commons.lang.exception.ExceptionUtils;
|
||||
import org.bukkit.Bukkit;
|
||||
|
||||
import java.util.logging.Logger;
|
||||
|
||||
final class CommandLog {
|
||||
public static Logger LOGGER;
|
||||
private static final Logger LOGGER = Bukkit.getLogger();
|
||||
|
||||
private CommandLog() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user