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

Logging undocumented #3160

Open
Chealer opened this issue May 4, 2023 · 0 comments
Open

Logging undocumented #3160

Chealer opened this issue May 4, 2023 · 0 comments

Comments

@Chealer
Copy link

Chealer commented May 4, 2023

Ehcache uses the Simple Logging Facade for Java (SLF4J) for logging. While it may seek simplicity, it remains a facade, i.e. an abstraction which complexifies in a sense, requiring users to choose a provider. Without such a provider, warnings such as "Failed to load class org.slf4j.impl.StaticLoggerBinder" will be logged.

This is well documented in the Logging page of Ehcache 2's documentation, but unfortunately, I can't see any equivalent in version 3's documentation. The page should be at least transferred, but also updated to cover modern providers such as log4j-slf4j2-impl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant