I have a ASP.NET MVC 6 (beta-4) app.
public void ConfigureServices(IServiceCollection services) { // Logging services.AddLogging(); // ... } publi
just add this line to ConfigureServices
ConfigureServices
services.AddSingleton(Serilog.Log.Logger);