Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

slf4j/logback issue with static interfaces fields on iOS #58

Open
odbuser2 opened this issue May 10, 2018 · 0 comments
Open

slf4j/logback issue with static interfaces fields on iOS #58

odbuser2 opened this issue May 10, 2018 · 0 comments

Comments

@odbuser2
Copy link

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...

public interface Test {
    public static Logger LOGGER = LoggerFactory.getLogger(Test.class);
    default public useLogger() {
        LOGGER.info("This won't work");
    }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant