Open andymac4182 opened 7 years ago
Hello, I'm pretty sure this is the best option for logging (as there seems to be a lot of adapters https://github.com/serilog/serilog/wiki/Provided-Sinks ) in a production environment ( for example, logging to an ELK stack hosted on a docker ). But as for #9 , I've looked up to the other already validated projects and these projects don't use a third party logging system.
I think we should stick to the default logging system provided by .net core through ILoggerFactory even though it's not really used in a production environment...
We'll keep this thread open as we certainly want to have logs here. If you want to contribute on this, don't hesitate to PR !
Thanks @andymac4182
You know you're supposed to plug in a real logging system (like Serilog) into Microsoft.Extensions.Logging and let ME.Logging be the top level shim.
Personally Serilog https://serilog.net/ would be the best option as it integrates well with asp.net core.