Last active
April 11, 2019 01:00
-
-
Save mmurrell/cda528750e1284c845c16a0ded0f489a to your computer and use it in GitHub Desktop.
NLog Xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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