File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/Platforms/Exceptionless.NLog Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,15 @@ the minLevel on the Exceptionless target to Trace so that you can control log le
24
24
client configuration settings. Also, you can call Configuration.SetDefaultMinLogLevel to control the default
25
25
minimum log level that will be used until the client retrieves settings from the server.
26
26
27
- <nlog>
27
+ <?xml version="1.0" encoding="utf-8" ?>
28
+ <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
29
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
28
30
<extensions>
29
31
<add assembly="Exceptionless.NLog"/>
30
32
</extensions>
31
33
32
34
<targets async="true">
33
- <target name="exceptionless" apiKey="API_KEY_HERE" xsi:type="Exceptionless ">
35
+ <target xsi:type="Exceptionless" name="exceptionless" apiKey="API_KEY_HERE">
34
36
<field name="host" layout="${machinename}" />
35
37
<field name="identity" layout="${identity}" />
36
38
<field name="windows-identity" layout="${windows-identity:userName=True:domain=False}" />
@@ -46,4 +48,4 @@ minimum log level that will be used until the client retrieves settings from the
46
48
-------------------------------------
47
49
Documentation and Support
48
50
-------------------------------------
49
- Please visit http://exceptionless.io for documentation and support.
51
+ Please visit http://exceptionless.io for documentation and support.
You can’t perform that action at this time.
0 commit comments