Recommended Approach Correlation Query for All Registrars in ASP.NET vNext

ILogger

has a method BeginScope

that is for correlation I think. I put together a sample: https://github.com/tugberkugurlu/AspNetVNextSamples/blob/3d36cdb4c2072d333d0e2583894c5616875ad8ed/src/LoggingSample/Startup.cs

Correlation seems to work with the NLog implementation in my example. However, with my approach above, I have not been able to find a way to define scopes between logger types. I solved this by using only one logger inside my application.

What is the recommended way to correlate requests between registrars in ASP.NET vNext?

+3
asp.net-core


source to share


No one has answered this question yet

Check out similar questions:

127
When is ASP.NET Core 1.0 (ASP.NET 5 / vNext) planned for release?
34
What is wwwroot in asp.net vnext
29
Can ASP.NET vNext use non-vNext links?
27
Entity Framework Core Object Service Life
25
How to properly integrate OData with ASP.net Core
17
MVC 6: how to use .resx files?
8
bindingRedirect in Asp.net vNext
7
vNext vs ASP.NET 5
4
Replacement for HttpHandlers in ASP.NET vNext
0
How can I implement an IConfigurationProvider that loads configuration values ​​from the database (on demand)?



All Articles
Loading...
X
Show
Funny
Dev
Pics