Simple logging, integrated into Minecraft's logging system
Logs a message with the ERROR level.
ERROR
Logs a message with the FATAL level.
FATAL
A shortcut for LogUtils.getLogger.
Logs a message with the INFO level.
INFO
Logs a message with the WARN level.
WARN