Info
Version: | 2.3.0 |
Author(s): | gzinger |
Last Update: | Tuesday, August 30, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/gzinger/SharpBrake |
NuGet Url: | https://www.nuget.org/packages/ZBit.SharpBrake |
Install
Install-Package ZBit.SharpBrake
dotnet add package ZBit.SharpBrake
paket add ZBit.SharpBrake
ZBit.SharpBrake Download (Unzip the "nupkg" after downloading)
Dependencies
- log4net(>= 2.0.3)
Tags
- Supports log4net appender so no code changes are needed to send messages to AirBrake - only configuration.
- Fixes bugs in the original code where line-numbers were not reported correctly.
- Allows to send information messages - not necessarily exceptions.
- Removes Common.Logging dependency.
- Compiles in VS2015.