tags:

views:

227

answers:

2

Just setup a UPD appender, and its not working, how can I very quickly check if messages are being sent outbound from the app?

A: 

Send one message at the start of the application at a level that will be logged. This way, you can be sure that it works at a specific point in time.

Aaron Digulla
+1  A: 

Have you tried monitoring them with a tool?

  • Log4net Viewer: With this tool you can recieve de udp-messages
  • WireShark: With this tool you can watch all the trafic on your network card and see if the messages are being send
Jochen