logFatal

inline fun logFatal(msg: Any?)(source)

Deprecated

Minecraft now uses slf4j for logging, which does not provide a fatal level.

Replace with

logError(msg)

Logs a message with the FATAL level.