Re: writing logs into multiple files
Hi, please find below XML to log into multiple destinations based on different packages. http://jakarta.apache.org/log4j/";>
writing logs into multiple files
Hi, currently i am writing the whole of the logs of my application into a single log file. I want to write the logs into different log files based on the log level. or the package level (meaning classes in the same package will write to a single log file). Hence if i have 5 packages in my applic