Hey i am looking for best logger to use in ASP API, I found many recommended loggers library like ILogger.
I'm using ASP.Net MVC Web API
So what is the best one I can use as your opinion ?
Hi tex,
You can use Serilog or NLog or log4net.
Serilog is referred to as the new logging framework on .Net platform while NLog is the old one.
You can refer below link for different type (NLog, log4net, Serilog) of logging technique and there difference.
.NET Logging Frameworks
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.