Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to load class "org.slf4j.impl.StaticLoggerBinder". #24

Closed
EchoEllet opened this issue Apr 18, 2022 · 1 comment
Closed

Failed to load class "org.slf4j.impl.StaticLoggerBinder". #24

EchoEllet opened this issue Apr 18, 2022 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@EchoEllet
Copy link

I get these error messages:

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

All that I do with this library

val detector = OsThemeDetector.getDetector()
val isDarkThemeUsed = detector.isDark
JOptionPane.showMessageDialog(null, if (isDarkThemeUsed) "You are using dark theme" else "You are using light theme")
@Dansoftowner
Copy link
Owner

Look at #11.

@Dansoftowner Dansoftowner added the duplicate This issue or pull request already exists label Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants