Sentry.Log4Net 0.0.1-preview3

Prefix Reserved
This is a prerelease version of Sentry.Log4Net.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Sentry.Log4Net --version 0.0.1-preview3
                    
NuGet\Install-Package Sentry.Log4Net -Version 0.0.1-preview3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Sentry.Log4Net" Version="0.0.1-preview3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sentry.Log4Net" Version="0.0.1-preview3" />
                    
Directory.Packages.props
<PackageReference Include="Sentry.Log4Net" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Sentry.Log4Net --version 0.0.1-preview3
                    
#r "nuget: Sentry.Log4Net, 0.0.1-preview3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Sentry.Log4Net&version=0.0.1-preview3&prerelease
                    
Install Sentry.Log4Net as a Cake Addin
#tool nuget:?package=Sentry.Log4Net&version=0.0.1-preview3&prerelease
                    
Install Sentry.Log4Net as a Cake Tool

Configuration

Once the log4net integration package is installed on your project, you can modify your configuration file to add the appender. This can be done, for example, via the app.config or web.config in case of ASP.NET.

  <appender name="SentryAppender" type="Sentry.Log4Net.SentryAppender, Sentry.Log4Net">
      <Dsn value="dsn"/>
      
      <SendIdentity value="true" />
      <threshold value="INFO" />
    </appender>

For how it's done in this sample, please refer to sample app.config.

The example above defines the DSN so that the SentryAppender is able to initialize the SDK.

This is only one of the options. If you wish to configure the SDK manually in the app before creating the logging integration, you could leave the DSN out of the log4net configuration file and call:

SentrySdk.Init("DSN");

One of the advantages of this approach is that you can pass multiple configurations via the Init method.

Bottom line is that the SDK needs to be initialized only once so you can choose where the initialization will happen. Other integrations (like ASP.NET) also is able to initialize the SDK. Make sure you pass the DSN to only one of these integrations, or if you are calling Init by yourself, there's no need to pass the DSN to the integration.

Please refer to the sample to see it in action.

Sample event in Sentry

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.6.0 158 3 days ago
5.5.1 342 18 days ago
5.5.0 230 24 days ago
5.4.0 1,862 a month ago
5.3.0 385 2 months ago
5.2.0 203 2 months ago
5.1.1 3,742 2 months ago
5.1.0 841 3 months ago
5.0.1 1,300 4 months ago
5.0.0 993 4 months ago
5.0.0-alpha.1 52 5 months ago
5.0.0-alpha.0 52 5 months ago
4.13.0 2,579 6 months ago
4.12.2 176 6 months ago
4.12.1 1,364 7 months ago
4.12.1-segv1 78 6 months ago
4.12.0 185 7 months ago
4.11.0 342 7 months ago
4.10.2 6,714 8 months ago
4.10.1 484 8 months ago
4.10.0 212 8 months ago
4.9.0 10,752 10 months ago
4.9.0-sync.collection.2 42 9 months ago
4.9.0-sync.collection.1 48 9 months ago
4.8.1 3,303 10 months ago
4.8.0 10,999 10 months ago
4.7.0 11,023 5/27/2024
4.6.2 608 5/14/2024
4.6.1 114 5/14/2024
4.6.0 204 5/9/2024
4.5.0 1,156 4/30/2024
4.4.0 4,607 4/12/2024
4.3.0 278 4/10/2024
4.2.1 1,546 3/12/2024
4.2.0 205 3/11/2024
4.1.2 2,756 2/20/2024
4.1.1 1,667 2/14/2024
4.1.0 1,013 2/9/2024
4.0.3 872 2/7/2024
4.0.2 146 2/6/2024
4.0.1 115 2/5/2024
4.0.0 138 2/1/2024
4.0.0-beta.9 63 1/30/2024
4.0.0-beta.8 86 1/11/2024
4.0.0-beta.7 89 1/5/2024
4.0.0-beta.6 104 12/13/2023
4.0.0-beta.5 74 12/12/2023
4.0.0-beta.4 93 12/5/2023
4.0.0-beta.3 79 12/2/2023
4.0.0-beta.2 93 11/23/2023
4.0.0-beta.1 72 11/19/2023
4.0.0-beta.0 75 11/17/2023
4.0.0-alpha.0 105 11/9/2023
3.41.4 3,154 1/23/2024
3.41.3 35,424 11/29/2023
3.41.2 684 11/23/2023
3.41.1 156 11/22/2023
3.41.0 3,529 11/8/2023
3.40.1 5,454 10/12/2023
3.40.0 438 10/10/2023
3.40.0-beta.0 79 9/21/2023
3.39.1 8,808 9/12/2023
3.39.0 323 9/7/2023
3.38.0 187 9/6/2023
3.36.0 1,832 8/22/2023
3.35.1 568 8/16/2023
3.35.0 748 8/8/2023
3.34.0 91,748 7/13/2023
3.33.1 26,259 6/13/2023
3.33.0 1,925 5/22/2023
3.32.0 222 5/22/2023
3.31.0 5,124 5/2/2023
3.30.0 1,983 4/11/2023
3.29.1 17,496 3/11/2023
3.29.0 435 3/6/2023
3.28.1 3,230 2/10/2023
3.28.0 360 2/8/2023
3.27.1 1,415 2/3/2023
3.27.0 651 2/1/2023
3.26.2 6,585 1/24/2023
3.26.1 488 1/17/2023
3.26.0 365 1/13/2023
3.25.0 5,841 12/23/2022
3.24.1 576 12/16/2022
3.24.0 88,234 11/18/2022
3.23.1 1,060 10/31/2022
3.23.0 1,575 10/27/2022
3.22.0 4,234 10/7/2022
3.21.0 5,022 9/2/2022
3.20.1 4,715 7/26/2022
3.20.0 516 7/22/2022
3.19.0 3,978 6/28/2022
3.18.0 6,317 6/15/2022
3.17.1 35,876 5/8/2022
3.17.0 2,941 5/3/2022
3.16.0 4,442 4/7/2022
3.15.0 4,626 3/15/2022
3.14.1 90,949 2/18/2022
3.14.0 762 2/14/2022
3.13.0 3,411 1/11/2022
3.12.3 1,505 12/19/2021
3.12.2 4,350 12/15/2021
3.12.1 2,888 12/6/2021
3.12.0 5,611 11/23/2021
3.12.0-alpha.1 212 11/7/2021
3.11.1 4,089 11/5/2021
3.11.0 2,025 11/2/2021
3.10.0 4,451 10/15/2021
3.9.4 16,866 9/29/2021
3.9.3 934 9/21/2021
3.9.2 1,910 9/10/2021
3.9.1 850 9/9/2021
3.9.0 1,153 8/27/2021
3.8.3 95,262 7/25/2021
3.8.2 645 7/17/2021
3.8.1 425 7/15/2021
3.8.0 587 7/14/2021
3.7.0 837 7/10/2021
3.6.1 1,228 7/2/2021
3.6.0 1,717 6/23/2021
3.6.0-alpha.2 184 6/18/2021
3.6.0-alpha.1 967 6/11/2021
3.5.0 4,056 6/7/2021
3.4.0 1,036 5/31/2021
3.4.0-beta.0 177 5/27/2021
3.3.5-beta.0 210 5/13/2021
3.3.4 9,240 4/26/2021
3.3.3 4,005 4/23/2021
3.3.2 445 4/23/2021
3.3.1 21,867 4/5/2021
3.3.0 452 4/3/2021
3.2.0 901 3/26/2021
3.1.0 6,701 3/10/2021
3.0.8 1,591 3/4/2021
3.0.7 6,941 2/20/2021
3.0.6 896 2/14/2021
3.0.5 975 2/9/2021
3.0.4 1,895 2/8/2021
3.0.3 3,375 2/3/2021
3.0.2 1,190 2/3/2021
3.0.1 1,484 1/29/2021
3.0.0 2,324 1/28/2021
3.0.0-beta.0 6,720 1/20/2021
3.0.0-alpha.11 209 1/15/2021
3.0.0-alpha.10 344 1/10/2021
3.0.0-alpha.9 203 12/29/2020
3.0.0-alpha.8 360 12/25/2020
3.0.0-alpha.7 248 12/16/2020
3.0.0-alpha.6 1,363 11/30/2020
3.0.0-alpha.5 275 11/21/2020
3.0.0-alpha.4 284 11/2/2020
3.0.0-alpha.3 1,734 10/29/2020
3.0.0-alpha.2 247 10/21/2020
3.0.0-alpha.1 275 10/16/2020
3.0.0-alpha.0 293 9/25/2020
2.2.0-alpha 532 9/19/2020
2.1.8 55,062 11/21/2020
2.1.6 34,928 8/20/2020
2.1.5 77,617 7/27/2020
2.1.5-beta 462 6/30/2020
2.1.4 14,457 6/25/2020
2.1.3 2,276 6/5/2020
2.1.2-beta5 439 5/19/2020
2.1.2-beta4 423 5/12/2020
2.1.2-beta3 416 5/7/2020
2.1.2-beta2 8,851 4/16/2020
2.1.2-beta 1,556 3/31/2020
2.1.1 45,736 3/19/2020
2.1.0 12,841 2/24/2020
2.0.3 1,692 2/12/2020
2.0.2 760 2/8/2020
2.0.1 1,242 1/28/2020
2.0.0 777 1/28/2020
2.0.0-beta8 455 1/15/2020
2.0.0-beta7 492 12/17/2019
2.0.0-beta6 751 10/31/2019
2.0.0-beta5 457 10/29/2019
2.0.0-beta4 25,813 9/4/2019
2.0.0-beta3 460 7/26/2019
2.0.0-beta2 529 6/9/2019
2.0.0-beta 493 6/4/2019
1.2.1-beta 500 5/27/2019
1.2.0 113,988 5/23/2019
1.1.3-beta4 512 5/15/2019
1.1.3-beta3 491 5/13/2019
1.1.3-beta2 534 3/28/2019
1.1.3-beta 582 2/11/2019
1.1.2 13,951 1/16/2019
1.1.2-beta 582 1/8/2019
1.1.1 981 1/5/2019
1.1.0 1,934 12/5/2018
1.0.1-beta5 598 12/5/2018
1.0.1-beta4 617 12/3/2018
1.0.1-beta3 3,594 11/15/2018
1.0.1-beta2 736 11/14/2018
1.0.1-beta 699 10/24/2018
1.0.0 3,275 10/2/2018
1.0.0-rc2 715 9/7/2018
1.0.0-rc 703 8/24/2018
0.0.1-preview5 842 8/5/2018
0.0.1-preview4 809 7/30/2018
0.0.1-preview3 808 7/21/2018