ErrLog.IO Samples
These are samples to show how the ErrLog.IO Nuget package and webhook API can be used to add logging and exception handling to a .Net project.
Installation
You can use the Nuget package by either installing the ErrLog.IO
package from the Nuget Package Manager in Visual Studio, or Package Manager Console with a simple:
PM> Install-Package errlog.io
Samples
The samples include examples in:
- C#
- VB
- even F# (console application only)
Nuget Usage Examples
The Nuget Package example scenarios include:
- ASP.NET WebForms (C#,VB)
- ASP.NET MVC (C#,VB)
- ASP.NET WebApi (C#,VB)
- Console App (C#, VB, F#)
- Console App using an unhandled exception event. (C# only)
- WinForms (C# only)
Webhook API examples
The webhook API examples are:
- Console App (C# dotnet core,VB)