On 05/16/11 12:22, Mandy Chung wrote:
LogManager.javaRetrying in a while loop is one way to fix weak ref / gc timing issue.What about if you refactor the addLogger method to add a new privateprivate method equivalent to addLogger (say add(Logger)) that will returnlogger if added successfully or null if not.
s%null if not%the other logger if the logger's name already registered% Mandy
