C# Serilog log the console output to file for each application execution (without loosing the console output) [Console application]
I’m developping a console application using .NET.
This application writes a lot in the console and there is some user interaction that I would like to log into a file each time the application is ran using Serilog.
C# Serilog log the console output to file for each application execution [Console application]
I’m developping a console application using .NET.
This application writes a lot in the console and there is some user interaction that I would like to log into a file each time the application is ran using Serilog.