microsoft / Microsoft.Diagnostics.Tracing.Logging

.NET library for logging data via EventSource/ETW
MIT License
86 stars 32 forks source link

How does this related to semantic logging application block? #2

Open Expecho opened 9 years ago

Expecho commented 9 years ago

How does this project relate to the semantic logging application block of the enterprise library (https://github.com/mspnp/semantic-logging) ?

That block also uses ETW for logging purposes and has several log destinations as well.

doubleyewdee commented 9 years ago

No relation and I will admit to being unfamiliar with this project, despite obviously having similar goals. This was something we developed in Bing for a specific purpose that gradually became generic and when the project started I don't think Semantic Logging was on our radar.

One delta that I noticed immediately though is that this project has a bigger emphasis on ease of parsing in addition to logging. However I will reach out to the Semantic logging folks and see if there's places we can merge.