Using NLog in a .NET Core WebAPI.
Jun 25, 2021 路 8 min read 路 Hi there, Recently, I learned how to log information during the life cycle of a .NET Core WebAPI and I'll be sharing what I learned with you. What is Logging? I'll start by giving an example of what Logging is: let's assume we have just deployed ...
Join discussion