ModLogger

open class ModLogger(source)

Custom logger utility for the MILSIM mod. Provides standardized logging methods with consistent prefix formatting. Wraps SLF4J logger functionality with mod-specific formatting.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun debug(message: String)
Logs a debug message.
Link copied to clipboard
open fun error(message: String)
Logs an error message.
Link copied to clipboard
open fun info(message: String)
Logs an informational message.
Link copied to clipboard
open fun warn(message: String)
Logs a warning message.