Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question RESOLVED - Logging via Log4j2 not working

Joined
May 1, 2017
Messages
4
Whenever I try to log via the Log4J2 library, by using the @Log4j2 annotion of Lombok the logging does not show up in help>view logs>botName. But when I use a simple System.out.println it does show up. Anybody has an idea what I'm doing wrong?

I'm using the multi module gradle plugin project setup explained here: Advanced Builds | RuneMate Documentation
 
Top