When I run my project I get this error :
ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
The thing is I am not using Log4j anywhere in my project. I don't have it in my pom.xml, I don't use it or import it in any of my class, so why do I have this error message?
Here is a screen of what i get when i search for "log" in my whole project :
As you can see, no use of any logger.
I don't know what other information I can provide so feel free to ask.
EDIT : I've already tried this