I am trying to use WriteTo.RollingFile with Serilog as the following:
var log = new LoggerConfiguration().WriteTo.RollingFile( @\"F:\\log
To use the same file, you have to add shared: true
shared: true
.WriteTo.RollingFile("log-{Date}.txt", shared: true)