Package-level declarations

Simple logging, integrated into Minecraft's logging system

Functions

Link copied to clipboard
inline fun logError(msg: Any?)

Logs a message with the ERROR level.

Link copied to clipboard
inline fun logFatal(msg: Any?)

Logs a message with the FATAL level.

Link copied to clipboard
inline fun logger(): Logger

A shortcut for LogUtils.getLogger.

Link copied to clipboard
inline fun logInfo(msg: Any?)

Logs a message with the INFO level.

Link copied to clipboard
inline fun logWarning(msg: Any?)

Logs a message with the WARN level.