ehcache / sizeof

Configurable sizeOf engine for Ehcache
Apache License 2.0
105 stars 43 forks source link

org.slf4j.spi.LoggingEventAware not found #70

Open ggb667 opened 1 year ago

ggb667 commented 1 year ago

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 commented 6 months ago

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

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