I needed a different kind of appender for my log4j implementation so I
wrote one. This UDP appender is very similar to the SocketAppender except
it uses
UDP. What this allows me to do is monitor the logs on the local network by
simply listening to the appropriate port. This is very handy for
monitoring type of applications where every packet is not necessarily
essential.
Source is attached and also available at:
http://www.versatilesolutions.com/java/UDPAppender.java
Kevin Brown
[EMAIL PROTECTED]
UDPAppender.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]