Re: Username with nlog
Posted by Micha on
URL: http://forum.log4view.com/Username-with-nlog-tp321p323.html
NO, it is a network target!
Sorry for the initial description that was not detailed enough
I use this Target for logging with nlog over the network:
<target name="network" xsi:type="Network" address="udp://127.0.0.1:879" newLine="false" maxMessageSize="65000" encoding="utf-8" layout="${log4jxmlevent:includeSourceInfo=true:includeCallSite=true:includeMdc=true:appInfo=LogEmiter:includeNdc=true:includeNLogData=true}"/>
With this target, the user name is not displayed in Log4View.