ehcache/sizeof

org.slf4j.spi.LoggingEventAware not found

ggb667 opened this issue · 1 comments

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 class LoggingEventAware was introduced since slf4j-api version 2.0.0.

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