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
put dynamiclly file path .in log4j.properties
log4j.appender.FILE.File=${file.name}
And in java set file path System.setProperty("file.name", FILEPATH);
System.setProperty("file.name", FILEPATH);