Splitting up the Log Files in Log4j2?
I currently have a “LocalLogger” Class that handles all my logging stuff. I can make a new Object of that class in my other classes, to maintain the same logging all over.
Lo4j2 class level logger’s logging level not taking effect
I am bit confused why my log4j2 logging levels and appenders dont seem to work as I expect. Let me give the details.