From: leon breedt Date: 2004-10-11T06:48:49+09:00 Subject: Re: DI service change notifications (Syringe) On Mon, 11 Oct 2004 10:36:02 +1300, leon breedt wrote: > In addition, you'd get things like > automatic closing (as the previous logger goes out of scope) and > re-opening of the new file for free, without any Logger changes as > well. Goes without saying that for this to work, all classes must use reg.logger instead of caching a logger reference :) Leon