-
What is a Log Monitoring SaaS?
A Log Monitoring SaaS is online software that looks for specific criteria in your log data, and sends out alerts when those criteria are met. But what makes one a good fit for your application requires a deeper look.
Read More -
What Do I Need to Add Logging for .NET Core?
When you add logging to an application in .NET, you are really adding 3 items: a logging api, a logging framework, and a log sink. Let's discuss the differences between the three, and where they fit in your application.
Read More -
Serilog vs. Microsoft Extensions Logging: Which to Use?
I have been pretty upfront about my appreciation for Microsoft Extensions Logging. I've written more about it than the Loupe API. But I can't lie, I'm starting to grow pretty fond of Serilog as well. So which one should you use?
Read More -
Where to Initialize a Logger on .NET 5?
Logging the entire startup process is one of the few spots where Microsoft Extensions Logging is not the easy built-in solution for the problem. So I decided to give Serilog and the Loupe API a spin and see if they could do the trick.
Read More -
Want a Free, Real-Time Log Viewer for .NET?
Want to free real-time log viewer for ASP.NET and Entity Framework on .NET 5? Loupe Desktop includes a live session viewer that allows you to read your local or remote log data as it's created.
Read More