Info
Version: | 1.0.55 |
Author(s): | Developer Express Inc. |
Last Update: | Tuesday, August 25, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/DevExpress/Logify.Alert.Clients/tree/develop/dotnet/Logify.Alert.Web |
NuGet Url: | https://www.nuget.org/packages/Logify.Alert.Web |
Install
Install-Package Logify.Alert.Web
dotnet add package Logify.Alert.Web
paket add Logify.Alert.Web
Logify.Alert.Web Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- Logify.Alert.Core(>= 1.0.55)
- Logify.Alert.Core(>= 1.0.55)
- Logify.Alert.Core(>= 1.0.55)
- Microsoft.AspNetCore.Hosting.Abstractions(>= 1.0.0)
Tags
The service provides two approaches to catching exceptions.
1) Automatic listening to unhandled exceptions, and sending reports for each exception that has been raised.
2) Catching exceptions manually, and sending reports based on the required exceptions only.
The Logify.Alert.Web package contains the Logify Alert client for ASP.NET WebForms, ASP.NET MVC and ASP.NET WebApi applications.
Use this client to set up your application so it reported uncaught exceptions to the service.