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.Log4Net |
NuGet Url: | https://www.nuget.org/packages/Logify.Alert.Log4Net |
Install
Install-Package Logify.Alert.Log4Net
dotnet add package Logify.Alert.Log4Net
paket add Logify.Alert.Log4Net
Logify.Alert.Log4Net Download (Unzip the "nupkg" after downloading)
Dependencies
- Logify.Alert.Core(>= 1.0.55)
- log4net(>= 2.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.Log4Net package contains the Logify Alert appender for log4net.