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.