This repository was archived by the owner on Feb 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Src/SemanticLogging.Etw.WindowsService Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" EnterpriseLibrary.SemanticLogging" version =" 1.1.1403-prerelease " />
4
- <package id =" EnterpriseLibrary.SemanticLogging.Database" version =" 1.1.1403-prerelease " />
5
- <package id =" EnterpriseLibrary.SemanticLogging.WindowsAzure" version =" 1.1.1403-prerelease " />
6
- <package id =" EnterpriseLibrary.SemanticLogging.Elasticsearch" version =" 1.1.1403-prerelease " />
3
+ <package id =" EnterpriseLibrary.SemanticLogging" version =" 1.1.1403.0 " />
4
+ <package id =" EnterpriseLibrary.SemanticLogging.Database" version =" 1.1.1403.0 " />
5
+ <package id =" EnterpriseLibrary.SemanticLogging.WindowsAzure" version =" 1.1.1403.0 " />
6
+ <package id =" EnterpriseLibrary.SemanticLogging.Elasticsearch" version =" 1.1.1403.0 " />
7
7
<package id =" EnterpriseLibrary.TransientFaultHandling" version =" 6.0.1304.0" />
8
8
<package id =" EnterpriseLibrary.TransientFaultHandling.Data" version =" 6.0.1304.1" />
9
9
<package id =" Newtonsoft.Json" version =" 5.0.8" />
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration xmlns =" http://schemas.microsoft.com/practices/2013/entlib/semanticlogging/etw"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://schemas.microsoft.com/practices/2013/entlib/semanticlogging/etw SemanticLogging-svc.xsd" >
5
-
5
+
6
6
<!-- Optional settings for fine tuning performance and Trace Event Session identification-->
7
7
<traceEventService />
8
8
19
19
<!-- [Add any built-in or custom formatter here if the sink supports text formatters]-->
20
20
<eventTextFormatter header =" ----------" />
21
21
</flatFileSink >
22
-
22
+
23
23
<!-- [Add any built-in or custom sink definition here]-->
24
-
24
+
25
25
</sinks >
26
26
27
- </configuration >
27
+ </configuration >
You can’t perform that action at this time.
0 commit comments