How to log to a file without using third party logger (serilog, elmah etc.) in .NET CORE?
public void ConfigureSer
No file logger is currently included in the framework but adding one is being considered: http://github.com/aspnet/Logging/issues/441. Feel free to upvote the issue on github.