Am Mittwoch, 28. Januar 2004 21:48 schrieb Unico Hommes: > Daniel Florey wrote: > > What about making the getLogger()-method in Domain.java > > public? This would > > allow classes without access to the namespace to use the > > domain logger. > > Why not use the logging methods on the Domain class itself? They're > already public.
You're right - I'm an idiot. So forget about the patch :-) > > > A tiny patch for this is attached. I'd like to > > clean up the logging in slide some day in the future (by switching > > to jdk-logging). What do you think about it? It's not the > > most sophisticated > > task to do it, but I think it's worth to do it. > > I think any improvements to the logging system would be more then > welcomed here. Don't know about Java logging package, I haven't heard > much good about it. Though that is mostly hearsay. What about using > commons logging instead? Don't know much about commons logging but might be a good choice. So what do all of you think? Should we leave logging as it is (to keep energy for other tasks) or is it worth to spend some time on log-consolidation? Thanks for your reply! > > Unico > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
