Answers for "activate internal logging nlog"

0

activate internal logging nlog

<nlog internalLogFile="c:\log.txt" internalLogLevel="Trace">
   <targets>
      <!-- target configuration here -->
   </targets>
   <rules>
      <!-- log routing rules -->
   </rules>
</nlog>
Posted by: Guest on April-24-2021

Browse Popular Code Answers by Language