On Fri, 14 Dec 2001 01:04, Ghorpade, Rajendra wrote: > Hi Peter, > I want to contribute it.There is no doubt in that. > > I have attached the class to this mail.
I committed it with a few modifications to get it to compile cleanly. Could you send some javadoc for the top of the class that descibes format of XML (see the other factorys for an example). > So this way client components can use this remote logging. And the > categories can be configured on the server side. > > You can suggest me a better way to do this. Well what you probably want to do is create a RMI LogTarget. This will allow you to create a LogTarget that receives the full LogEvent object but exists on a remote machine. Then on the machine that is generating the Log events you place the RMI LogTarget at the root of the the Hierarchy and it will receive all LogEvents and send them across the remote connection. Then -- Cheers, Pete "The perfect way is only difficult for those who pick and choose. Do not like, do not dislike; all will then be clear. Make a hairbreadth difference and heaven and earth are set apart; if you want the truth to stand clear before you, never be for or against." - Bruce Lee -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>