Skip to content

Instantly share code, notes, and snippets.

@mmurrell
Last active April 11, 2019 01:00
Show Gist options
  • Save mmurrell/cda528750e1284c845c16a0ded0f489a to your computer and use it in GitHub Desktop.
Save mmurrell/cda528750e1284c845c16a0ded0f489a to your computer and use it in GitHub Desktop.
NLog Xml
<?xml?>
<nlog>
<targets><target name='debug' type='Debug' layout='${message}' /></targets>
<rules>
<logger name='*' minlevel='Debug' writeTo='debug' />
</rules>
</nlog>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment