I am trying to use WriteTo.RollingFile with Serilog as the following:
var log = new LoggerConfiguration().WriteTo.RollingFile( @\"F:\\log
To enable multi-process shared log files, set shared to true:
in code
.WriteTo.RollingFile("log-{Date}.txt", shared: true)
or in web.config