|
From: Venkat S. <vso...@ho...> - 2004-11-02 06:20:40
|
Hi, Realized it after I sent the email that it was doing getClass() and = hence every subclass had its own logger.=20 I was trying to introduce a static utility method into a = ClientInterceptor I was writing for ICE and could not access the logger as it was an = instance variable, so I sent the email... I have now moved the static method to a Util class on the same lines as RmiClientInterceptorUtil class. I want to contribute/submit the remoting classes for ICE - what are the requirements to be met? Thanks, --Venkat. -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf = Of j=FCrgen h=F6ller [werk3AT] Sent: Monday, November 01, 2004 5:37 PM To: spr...@li... Subject: Re: [Springframework-developer] Nit - logger instance in RemoteAccessor class. Well, if it was static, it wouldn't use the actual subclass as log = category (which it does now because of the getClass call), but rather always log = for the RemoteAccessor base class. =20 Would you get a specific benefit out of it being static? =20 Juergen =20 ________________________________ Von: spr...@li... im Auftrag = von Venkat Sonnathi Gesendet: Mo 01.11.2004 23:11 An: spr...@li... Betreff: [Springframework-developer] Nit - logger instance in = RemoteAccessor class. Hi, Just a nit: logger instance can be static in RemoteAccessor class. Thanks, --Venkat. ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=3D5588&alloc_id=3D12065&op=3Dclick _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_idU88&alloc_id=12065&op=3Dick _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |