I have the following method in XMLResourceBundle:

    public void setLogger( final Logger logger )
    {
        this.logger = logger;
    }

Now, the question is: who will call this method? Is it
XMLResourceBundleFactory? or is it some other "black-magic" component
manager? :-)
And if it is XMLResourceBundleFactory (I suspect that it is), what should it
be set to? The same logger as XMLResourceBundleFactory is using or some
other?
Probably the XMLResourceBundle logger should be in a child category?

Neeme


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to