Geir, Sure, performance is important, and we of course must be careful on the way the Logging is used, and use it only if necessary. Also, we must make sure to set the logging levels correctly so that nothing is logged by default.
Removing Logging at all looks too extreme to me. Vasily -----Original Message----- From: Geir Magnusson Jr [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 30, 2006 4:56 PM To: [email protected] Subject: Re: [classlib] JNDI provider's dependency on logging I don't mind the dependency as much as I worry about the performance and the idea that our classlibraries might yammer out to stdout or logging infrastructure to the surprise of the users.... geir Zakharov, Vasily M wrote: > Tim, > > I see your point of removing extra inter-dependencies between the > modules, > however I'm surprized by the idea of removing dependencies on Logging. > > Logging is a package specifically created to organize and structurize > logging and debugging output, and I see using it as a good side of > implementation > of any component, as it provides the capability of having rich and > detailed > debugging output that can be switched on and off using standard means. > > Removing logging calls from Harmony components will make those > components > harder to debug and develop in future. Is it what we want? > > Vasily Zakharov > Intel Middleware Products Division > > > -----Original Message----- > From: Tim Ellison [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 30, 2006 3:51 PM > To: harmony-dev > Subject: [classlib] JNDI provider's dependency on logging > > I've just imported the HARMONY-256 contribution of a DNS provider for > JNDI into our repository. That provider introduces a new dependency > between JNDI and LOGGING that we didn't have before. > > IIRC we agreed that we would not scatter logging calls throughout our > implementation code, so unless I hear an objection I'll start to unpick > that dependency and make JNDI independent of LOGGING. > > Regards, > Tim > --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
