Hi all, I have an application that consists of some business modules. And I am going to use log4j to log every incoming request to that modules. I want every module have own log files so I can trace every request in each module.
I try to setting the log4j.properties file like this
Example module A using R1 and module B using R2. How can I use that inside my classes in each module?