Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
make the extension dll explicit (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonySteele committed Jan 9, 2018
1 parent ae03f03 commit 2628f38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Examples/nlog.config
Expand Up @@ -2,7 +2,11 @@
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
autoReload="true">


<extensions>
<add assembly="NLog.StructuredLogging.Json" />
</extensions>

<variable name="log_dir" value="${basedir}..\logs" />
<variable name="archive_dir" value="${log_dir}\archive" />
<variable name="human_readable_layout" value="${longdate}|${level}|${logger}|${message}|${onexception:EXCEPTION OCCURRED\:${exception:format=type,message,method,stackTrace:maxInnerExceptionLevel=5:innerFormat=shortType,message,method,stackTrace}}" />
Expand Down

0 comments on commit 2628f38

Please sign in to comment.