Log4j2 configuration - No log4j2 configuration file found

前端 未结 6 618
说谎
说谎 2020-12-07 14:19

Lately I decided to learn how to use the log4j2 logger. I downloaded required jar files, created library, xml comfiguration file and tried to use it. Unfortunately i get thi

6条回答
  •  情歌与酒
    2020-12-07 14:52

    In my case I had to put it in the bin folder of my project even the fact that my classpath is set to the src folder. I have no idea why, but it's worth a try.

提交回复
热议问题