> Hi, > > I am using log4j in a server application which handles multiple jobs. > Each job is creates an instance of Logger (Category). I want to make > sure that when the Job is completed the instance of Logger (Category) > created in the Hirarchy object ( ht Hasmap ) is removed. > > Assuming that there is no such method available, LoggerRepository > should provide a method to remove the named Logger from the > repository. Without this the ht Hashmap in Hirarchy will keep on > growing with unused CategoryKey and Logger objects. > > Please advise. > > Hemant > >
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>