Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit c10e233f authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

log-files per thread

parent 8d9a0e8d
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
internalLogLevel="Off" internalLogFile="c:\temp\nlog-internal.log">
<targets>
<target xsi:type="Console" name="ConsoleLogger" error="true" />
<target xsi:type="File" name="LogFile" fileName="${basedir}/logs/log.txt"
<target xsi:type="File" name="LogFile" fileName="${basedir}/logs/log_${threadid}.txt"
layout="${longdate} [${processid}:${threadid}@${machinename}] ${callsite} ${level:uppercase=true}: ${message}" />
</targets>
<rules>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment