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 Aug 14, 2020. It is now read-only.
Calling useLogger() in the following example will hang the vm on iOS. It works fine on the desktop and Android. I haven't looked deeper into slf4j/logback to see exactly where...
public interface Test {
public static Logger LOGGER = LoggerFactory.getLogger(Test.class);
default public useLogger() {
LOGGER.info("This won't work");
}
}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
org.slf4j:slf4j-api:1.7.25
org.javafxports:jfxmobile-plugin:2.0.20
Calling useLogger() in the following example will hang the vm on iOS. It works fine on the desktop and Android. I haven't looked deeper into slf4j/logback to see exactly where...
The text was updated successfully, but these errors were encountered: