We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Something weird in upgrading from 0.4 to all newer versions "org.slf4j.spi.LoggingEventAware not found"
Logger log = CONTEXT.getLogger(LoggingConfiguration.class); log.info("Console logger configured. env: " + env + " color: " + useColor + " " + this.hashCode());
Second line is the one with the issue, no idea why.
The text was updated successfully, but these errors were encountered:
The class LoggingEventAware was introduced since slf4j-api version 2.0.0.
https://www.slf4j.org/api/org/slf4j/spi/LoggingEventAware.html
Sorry, something went wrong.
No branches or pull requests
Something weird in upgrading from 0.4 to all newer versions "org.slf4j.spi.LoggingEventAware not found"
Second line is the one with the issue, no idea why.
The text was updated successfully, but these errors were encountered: