Re: Clearing All Loggers from the Logger Repository.

2014-04-09 Thread Nandan S
Hi Alex, Our software is based on software component architecture and each component will have it's own logger along with default root logger. If the logger with component name exists, it uses the component logger for logging and if it does not exist, then the component will use root logger.

Re: Clearing All Loggers from the Logger Repository.

2014-04-09 Thread Alexandru Zbarcea
Hi Nandan, I think I understand what you want to achieve. Can you setup-up an example project to understand and test better? I think your request would translate better into some feature request. Regards, Alex