You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2021. It is now read-only.
Hi,
I used gdx-setup to create my testing project, I selected Kiwi from Third-party and select LML Basic from Templates. Then I import com.github.czyzby.kiwi.log.Logger; and import com.github.czyzby.kiwi.log.LoggerService; in my class and use it "private final Logger logger = LoggerService.forClass(gnk.class);¬ ". When I run my code there has a java.lang.NullPointerException. the error message is:desktop:runException in thread "main" java.lang.ExceptionInInitializerError
at citrine.gnk.gnk.(gnk.java:21)
at citrine.gnk.desktop.DesktopLauncher.createApplication(DesktopLauncher.java:15)
at citrine.gnk.desktop.DesktopLauncher.main(DesktopLauncher.java:11)
Caused by: java.lang.NullPointerException
at com.github.czyzby.kiwi.log.LoggerService.(LoggerService.java:38)
at com.github.czyzby.kiwi.log.LoggerService.(LoggerService.java:24)
... 3 more
I don't known what cause it, I used the kiwi logger successful with Autumn MVC Template.
The text was updated successfully, but these errors were encountered:
Hi,
I used gdx-setup to create my testing project, I selected Kiwi from Third-party and select LML Basic from Templates. Then I import com.github.czyzby.kiwi.log.Logger; and import com.github.czyzby.kiwi.log.LoggerService; in my class and use it "private final Logger logger = LoggerService.forClass(gnk.class);¬ ". When I run my code there has a java.lang.NullPointerException. the error message is:desktop:runException in thread "main" java.lang.ExceptionInInitializerError
at citrine.gnk.gnk.(gnk.java:21)
at citrine.gnk.desktop.DesktopLauncher.createApplication(DesktopLauncher.java:15)
at citrine.gnk.desktop.DesktopLauncher.main(DesktopLauncher.java:11)
Caused by: java.lang.NullPointerException
at com.github.czyzby.kiwi.log.LoggerService.(LoggerService.java:38)
at com.github.czyzby.kiwi.log.LoggerService.(LoggerService.java:24)
... 3 more
I don't known what cause it, I used the kiwi logger successful with Autumn MVC Template.
The text was updated successfully, but these errors were encountered: