Hi,
I added these libraries to my project:
- log4j-1.2-api-2.7
- log4j-api-2.7
- log4j-core-2.7
and also I added Log4j2.xml in WEB-INF folder.
I created a simple java class for test and I get the following error:
ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console.
I googled and what I got was classpath problem, but I thick WEb-INF folder is in jdeveloper ClassPath.
any help is appreciated.