How to add logs on Console with .NET Core and Serilog
Having meaningful logs is crucial for any application: without logs, we would not be able to see if errors occur, what's the status of the application, if there are strange behaviors that should worry us, and so on.
To define a good logging strategy,...
code4it.hashnode.dev7 min read