How can we write a simple log4j2.xml file with different levels of logs going into different files?
For example we have error logs any info logs I need to push all error log messages into one log file and all info log messages into another file.
I want that info message in InfoController.log file and error message in LoginController.log file
How can i do it?