logger not supposed to be private?
This commit is contained in:
parent
1edbf0204d
commit
4674c49b1b
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ class ExampleMod : ModInitializer {
|
|||
LOGGER.info("Hello Quilt world from {}!", mod.metadata()?.name())
|
||||
}
|
||||
companion object {
|
||||
private val LOGGER: Logger = LoggerFactory.getLogger("Example Mod")
|
||||
val LOGGER: Logger = LoggerFactory.getLogger("Example Mod")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue