Thank You for great product! :)
It allows to sniff messages from Nlog silverlight application.
If it helps, there is a little addition - by default receiver creates this string for Nlog:
```
<target name="TcpOutlet" xsi:type="NLogViewer" address="tcp://localhost:4505"/>
```
but for me it didn't work. After some research I found that it should be tcp__4__:
<target name="TcpOutlet" xsi:type="NLogViewer" address="tcp4://localhost:4505"/>
Best regards and thank You twice!
It allows to sniff messages from Nlog silverlight application.
If it helps, there is a little addition - by default receiver creates this string for Nlog:
```
<target name="TcpOutlet" xsi:type="NLogViewer" address="tcp://localhost:4505"/>
```
but for me it didn't work. After some research I found that it should be tcp__4__:
<target name="TcpOutlet" xsi:type="NLogViewer" address="tcp4://localhost:4505"/>
Best regards and thank You twice!