Because of Serilog can't getting their rolling logfiles together I thought, why not let the File part be handled by NLog which has no problem with it.
Which at least getting the rolling log part handled, but now have empty lines because the Serilog sink probably also returns it with a line ending, and NLog adding one too.
Because of Serilog can't getting their rolling logfiles together I thought, why not let the File part be handled by NLog which has no problem with it.
Which at least getting the rolling log part handled, but now have empty lines because the Serilog sink probably also returns it with a line ending, and NLog adding one too.
nlog.config
Example output:
Wished output:
Am I missing something?