Skip to content

Instantly share code, notes, and snippets.

@ahmetabdi
Created February 24, 2020 10:31
Show Gist options
  • Save ahmetabdi/29cbb2ab6988ffc26f1bcc63061418f6 to your computer and use it in GitHub Desktop.
Save ahmetabdi/29cbb2ab6988ffc26f1bcc63061418f6 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<targets>
<target name="EFTTarget" xsi:type="EFTTarget" />
</targets>
<rules>
<logger name="*" minlevel="Debug" writeTo="EFTTarget" />
</rules>
</nlog>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment