Annotate the Snowy logger with @JvmField
This commit is contained in:
parent
1c6ca8b7ff
commit
517a653d67
|
@ -11,7 +11,7 @@ abstract class Snowy {
|
|||
private val displayInitMessage: Boolean by obtained
|
||||
companion object {
|
||||
fun onEvent(e: String, lambda: argsLambda) = useKey(e).add(lambda)
|
||||
@JvmStatic
|
||||
@JvmField
|
||||
val logs: Logger = LogManager.getLogger()
|
||||
}
|
||||
private fun eventsInit() {
|
||||
|
|
Loading…
Reference in New Issue