I would like to configure a FileAppender (or similar) that saves the message from each different logger to a different file, preferably named as the logger. The issue is that the number of loggers and their names are determined during application initialization. I would really appreciate any solution...even better if I dont have to write my own appender.
Thanks in advance!