Open ggb667 opened 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.
The class LoggingEventAware was introduced since slf4j-api version 2.0.0.
https://www.slf4j.org/api/org/slf4j/spi/LoggingEventAware.html
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.