serilog / serilog-extensions-logging

Serilog provider for Microsoft.Extensions.Logging
Apache License 2.0
313 stars 100 forks source link

Mention Serilog.Extensions.Hosting in the readme #180

Closed BobVul closed 4 years ago

BobVul commented 4 years ago

Currently, the readme mentions two scenarios:

It makes no mention of the best approach for .NET Core 2.x and 3.x applications that do not use ASP.NET. From what I can tell, Serilog.Extensions.Hosting is the recommended package in this case, but it takes some digging through issues to find; it's not listed in the Serilog.AspNetCore readme either.

Please consider including a section in the readme pointing towards to recommended approach for non-ASP .NET Core 2.x/3.x projects.

nblumhardt commented 4 years ago

Done - thanks!

BobVul commented 4 years ago

Thanks!