Re: Clearing All Loggers from the Logger Repository.

2014-04-11 Thread Alexandru Zbarcea
You are right Thorsten, It is not easy. But the question remains, is it an acceptable feature request? If yes, ye can create a ticket, and we'll see when it will be implemented. To remove the logger completely he can not. But he can reduce the size to 10K and max backup to 1. Regards, Alex

Re: Clearing All Loggers from the Logger Repository.

2014-04-11 Thread Thorsten Schöning
Guten Tag Alexandru Zbarcea, am Freitag, 11. April 2014 um 14:32 schrieben Sie: It is not easy. But the question remains, is it an acceptable  feature request? If yes, ye can create a ticket, and we'll see when it will be implemented. From my point of view what he wants can be achieved by

Re: Clearing All Loggers from the Logger Repository.

2014-04-11 Thread Alexandru Zbarcea
Fair enough +1 Alex On Apr 11, 2014 8:56 AM, Thorsten Schöning tschoen...@am-soft.de wrote: Guten Tag Alexandru Zbarcea, am Freitag, 11. April 2014 um 14:32 schrieben Sie: It is not easy. But the question remains, is it an acceptable feature request? If yes, ye can create a ticket, and we'll

Re: Clearing All Loggers from the Logger Repository.

2014-04-10 Thread Thorsten Schöning
Guten Tag Nandan S, am Donnerstag, 10. April 2014 um 07:02 schrieben Sie: When my software is running, i delete one of the logger's. You still didn't explain how exactly you are doing that because there don't seem to be an API do delete loggers. In any case, if the configuration file

Re: Clearing All Loggers from the Logger Repository.

2014-04-10 Thread Nandan S
loggers which were deleted from configuration file are still present in repository. I hope this makes it more clearer. -- View this message in context: http://apache-logging.6191.n7.nabble.com/Clearing-All-Loggers-from-the-Logger-Repository-tp45835p46092.html Sent from the Log4cxx

Re: Clearing All Loggers from the Logger Repository.

2014-04-10 Thread Alexandru Zbarcea
Hi, And that's the point: There's no logic or API to delete loggers and during reloading a configuration file the repository is not automatically reset, which means changes are only added or existing objects reconfigured. Deleted loggers are not recognized as such and stay in the repo.

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

Re: Clearing All Loggers from the Logger Repository.

2014-04-09 Thread Nandan S
.nabble.com/Clearing-All-Loggers-from-the-Logger-Repository-tp45835p46080.html Sent from the Log4cxx - Users mailing list archive at Nabble.com.

Re: Clearing All Loggers from the Logger Repository.

2014-04-01 Thread Thorsten Schöning
Guten Tag Nandan S, am Dienstag, 1. April 2014 um 17:09 schrieben Sie: does log4cxx have a direct function like repo-deleteLogger(). ... Doesn't look like and anyways I would think this is somewhat complex to achieve. How should callers with to be deleted loggers deal with this situation or the