I have the following two packages:
com.mycorp.project.first com.mycorp.project.second
I\'d like to configure Log4J (SLF4J) to write the logs from one pac
Create two appenders LOG1 and LOG2, one for each log file. After that define two categories(one for each package) with reference to these appenders int the log4j config file.
LOG1
LOG2
Appender2