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

org.slf4j.spi.LoggingEventAware not found #70

Open
ggb667 opened this issue Feb 4, 2023 · 1 comment
Open

org.slf4j.spi.LoggingEventAware not found #70

ggb667 opened this issue Feb 4, 2023 · 1 comment

Comments

@ggb667
Copy link

ggb667 commented Feb 4, 2023

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.

@felixren-poloniex
Copy link

The class LoggingEventAware was introduced since slf4j-api version 2.0.0.

https://www.slf4j.org/api/org/slf4j/spi/LoggingEventAware.html

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

2 participants