I am trying to use WriteTo.RollingFile with Serilog as the following:
var log = new LoggerConfiguration().WriteTo.RollingFile( @\"F:\\log
As a follow up to this make sure you then use the globally scoped "Log" instance.
Example:
Log.Information("Hello world");