1 message in org.apache.logging.log4j-userHow to get all defined Appenders and ...
FromSent OnAttachments
Marcel BruchJun 14, 2004 9:56 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:How to get all defined Appenders and keep informed when config changesActions...
From:Marcel Bruch (mar@cheruskia.de)
Date:Jun 14, 2004 9:56:20 am
List:org.apache.logging.log4j-user

Hi list,

I'm looking for the best solution to get all defined appenders. One solution I found was to iterate over all loggers, get their appenders and store them in a list - but i hope there is a better solution?

I have a second issue. I want to keep informed when the logging configuration changed. Is there some kind of event notification in log4j?

Thanks for help

regards, Marcel