I have a log4j2
logger configuration that basically write all logging of the root logger to a basic logging file. I always use Logger.getRootLogger
here.
For some specific events I'd like to log do a different file. How could I configure such a logger in the properties file (eg give it a name that I can then reference from code)?