By HeinA - 15 Oct 2025
'ello
I send events over Udp in Log4j format usin NLog from a MAUI application Chainsaw receives the events, But LogViewPlus shows nothing. I much prefer LogViewPlus and would love to understand what I'm doing wrong


Thank you in advance
|
By LogViewPlus Support - 15 Oct 2025
Hi,
Thanks for reporting this issue.
The UDP listener is pretty straight-forward. It works by writing the data received into a file in your temp directory. From there, LogViewPlus opens and parses the temp file as normal.
If this isn't working, then either LogViewPlus isn't recieving the data or it is unable to parse the data received.
I can see you have already found the transfer log. I assume it didn't say anything useful?
If you right click on your "Maui" file and go to Properties, you should be able to see the local file. If you open the local file, does it have any data?
Thanks again,
Toby
|
|