Hello!
I'm new to the dev_log4j mailinglist. I have coded some new classes to
use with
RMI. It's similiar to the SocketAppender/SocketNode a
RemoteAppender/RemoteNode;
the log event is sent to a remote server. I tested them on my local
mashine and they work.
I followed in some parts the approache of Mark Douglas, I add
informations about
client/server or host/IP to the NDC after the LoggingEvent was fired.
Mark added his infos
directly to the event. I couldn't do so, because from version 1.0.4 to
1.1.3 (that I'm using)
the ndc field of the event object changed from public to private. So I
had to add a new setter
to the LoggingEvent. I also had to add some stuff to the build.xml to
compile my class with rmic,
jar and doc the new package.
I have made a new package called: org.apache.log4j.rmi in which I putted
all my classes.
Now, where should I send my files? Directly to the CVS or is there
somebody who has to review
the code first.
Regards
Alessandro
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]