Sentry.Log4Net 0.0.1-preview4

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-preview4                
NuGet\Install-Package Sentry.Log4Net -Version 0.0.1-preview4                
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-preview4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sentry.Log4Net --version 0.0.1-preview4                
#r "nuget: Sentry.Log4Net, 0.0.1-preview4"                
#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.
// Install Sentry.Log4Net as a Cake Addin
#addin nuget:?package=Sentry.Log4Net&version=0.0.1-preview4&prerelease

// Install Sentry.Log4Net as a Cake Tool
#tool nuget:?package=Sentry.Log4Net&version=0.0.1-preview4&prerelease                

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. 
.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
4.13.0 279 11/5/2024
4.12.2 143 11/2/2024
4.12.1 556 10/10/2024
4.12.1-segv1 59 11/1/2024
4.12.0 149 10/2/2024
4.11.0 282 9/22/2024
4.10.2 3,032 8/21/2024
4.10.1 315 8/16/2024
4.10.0 195 8/14/2024
4.9.0 6,452 7/11/2024
4.9.0-sync.collection.2 34 7/30/2024
4.9.0-sync.collection.1 38 7/30/2024
4.8.1 1,540 7/2/2024
4.8.0 10,967 6/26/2024
4.7.0 4,976 5/27/2024
4.6.2 581 5/14/2024
4.6.1 100 5/14/2024
4.6.0 178 5/9/2024
4.5.0 270 4/30/2024
4.4.0 3,055 4/12/2024
4.3.0 260 4/10/2024
4.2.1 1,402 3/12/2024
4.2.0 180 3/11/2024
4.1.2 2,539 2/20/2024
4.1.1 1,626 2/14/2024
4.1.0 521 2/9/2024
4.0.3 781 2/7/2024
4.0.2 133 2/6/2024
4.0.1 102 2/5/2024
4.0.0 124 2/1/2024
4.0.0-beta.9 57 1/30/2024
4.0.0-beta.8 79 1/11/2024
4.0.0-beta.7 84 1/5/2024
4.0.0-beta.6 98 12/13/2023
4.0.0-beta.5 68 12/12/2023
4.0.0-beta.4 87 12/5/2023
4.0.0-beta.3 74 12/2/2023
4.0.0-beta.2 87 11/23/2023
4.0.0-beta.1 64 11/19/2023
4.0.0-beta.0 62 11/17/2023
4.0.0-alpha.0 93 11/9/2023
3.41.4 2,198 1/23/2024
3.41.3 25,688 11/29/2023
3.41.2 566 11/23/2023
3.41.1 147 11/22/2023
3.41.0 2,972 11/8/2023
3.40.1 5,182 10/12/2023
3.40.0 385 10/10/2023
3.40.0-beta.0 73 9/21/2023
3.39.1 6,804 9/12/2023
3.39.0 313 9/7/2023
3.38.0 176 9/6/2023
3.36.0 1,537 8/22/2023
3.35.1 553 8/16/2023
3.35.0 738 8/8/2023
3.34.0 54,951 7/13/2023
3.33.1 24,980 6/13/2023
3.33.0 1,841 5/22/2023
3.32.0 207 5/22/2023
3.31.0 5,015 5/2/2023
3.30.0 1,961 4/11/2023
3.29.1 16,532 3/11/2023
3.29.0 420 3/6/2023
3.28.1 2,108 2/10/2023
3.28.0 341 2/8/2023
3.27.1 1,202 2/3/2023
3.27.0 623 2/1/2023
3.26.2 6,534 1/24/2023
3.26.1 469 1/17/2023
3.26.0 343 1/13/2023
3.25.0 5,280 12/23/2022
3.24.1 556 12/16/2022
3.24.0 87,855 11/18/2022
3.23.1 1,034 10/31/2022
3.23.0 1,553 10/27/2022
3.22.0 4,134 10/7/2022
3.21.0 4,820 9/2/2022
3.20.1 4,536 7/26/2022
3.20.0 487 7/22/2022
3.19.0 3,809 6/28/2022
3.18.0 5,470 6/15/2022
3.17.1 30,535 5/8/2022
3.17.0 2,914 5/3/2022
3.16.0 4,115 4/7/2022
3.15.0 4,402 3/15/2022
3.14.1 88,124 2/18/2022
3.14.0 732 2/14/2022
3.13.0 2,861 1/11/2022
3.12.3 1,475 12/19/2021
3.12.2 4,316 12/15/2021
3.12.1 2,840 12/6/2021
3.12.0 5,573 11/23/2021
3.12.0-alpha.1 184 11/7/2021
3.11.1 1,932 11/5/2021
3.11.0 1,443 11/2/2021
3.10.0 3,645 10/15/2021
3.9.4 11,837 9/29/2021
3.9.3 893 9/21/2021
3.9.2 1,877 9/10/2021
3.9.1 818 9/9/2021
3.9.0 1,106 8/27/2021
3.8.3 94,296 7/25/2021
3.8.2 613 7/17/2021
3.8.1 394 7/15/2021
3.8.0 554 7/14/2021
3.7.0 806 7/10/2021
3.6.1 1,196 7/2/2021
3.6.0 1,653 6/23/2021
3.6.0-alpha.2 158 6/18/2021
3.6.0-alpha.1 941 6/11/2021
3.5.0 3,956 6/7/2021
3.4.0 1,002 5/31/2021
3.4.0-beta.0 151 5/27/2021
3.3.5-beta.0 184 5/13/2021
3.3.4 9,198 4/26/2021
3.3.3 3,970 4/23/2021
3.3.2 410 4/23/2021
3.3.1 21,804 4/5/2021
3.3.0 415 4/3/2021
3.2.0 862 3/26/2021
3.1.0 6,637 3/10/2021
3.0.8 1,550 3/4/2021
3.0.7 5,653 2/20/2021
3.0.6 857 2/14/2021
3.0.5 937 2/9/2021
3.0.4 1,838 2/8/2021
3.0.3 3,337 2/3/2021
3.0.2 1,151 2/3/2021
3.0.1 1,440 1/29/2021
3.0.0 1,822 1/28/2021
3.0.0-beta.0 4,550 1/20/2021
3.0.0-alpha.11 176 1/15/2021
3.0.0-alpha.10 311 1/10/2021
3.0.0-alpha.9 169 12/29/2020
3.0.0-alpha.8 327 12/25/2020
3.0.0-alpha.7 215 12/16/2020
3.0.0-alpha.6 1,328 11/30/2020
3.0.0-alpha.5 241 11/21/2020
3.0.0-alpha.4 250 11/2/2020
3.0.0-alpha.3 1,692 10/29/2020
3.0.0-alpha.2 216 10/21/2020
3.0.0-alpha.1 242 10/16/2020
3.0.0-alpha.0 259 9/25/2020
2.2.0-alpha 471 9/19/2020
2.1.8 53,817 11/21/2020
2.1.6 34,432 8/20/2020
2.1.5 75,249 7/27/2020
2.1.5-beta 431 6/30/2020
2.1.4 13,961 6/25/2020
2.1.3 2,238 6/5/2020
2.1.2-beta5 407 5/19/2020
2.1.2-beta4 388 5/12/2020
2.1.2-beta3 380 5/7/2020
2.1.2-beta2 8,817 4/16/2020
2.1.2-beta 1,519 3/31/2020
2.1.1 44,766 3/19/2020
2.1.0 12,764 2/24/2020
2.0.3 1,654 2/12/2020
2.0.2 719 2/8/2020
2.0.1 1,204 1/28/2020
2.0.0 716 1/28/2020
2.0.0-beta8 420 1/15/2020
2.0.0-beta7 458 12/17/2019
2.0.0-beta6 715 10/31/2019
2.0.0-beta5 422 10/29/2019
2.0.0-beta4 25,775 9/4/2019
2.0.0-beta3 423 7/26/2019
2.0.0-beta2 493 6/9/2019
2.0.0-beta 458 6/4/2019
1.2.1-beta 464 5/27/2019
1.2.0 111,331 5/23/2019
1.1.3-beta4 475 5/15/2019
1.1.3-beta3 454 5/13/2019
1.1.3-beta2 493 3/28/2019
1.1.3-beta 541 2/11/2019
1.1.2 13,806 1/16/2019
1.1.2-beta 543 1/8/2019
1.1.1 935 1/5/2019
1.1.0 1,886 12/5/2018
1.0.1-beta5 554 12/5/2018
1.0.1-beta4 565 12/3/2018
1.0.1-beta3 3,395 11/15/2018
1.0.1-beta2 686 11/14/2018
1.0.1-beta 649 10/24/2018
1.0.0 3,176 10/2/2018
1.0.0-rc2 662 9/7/2018
1.0.0-rc 648 8/24/2018
0.0.1-preview5 761 8/5/2018
0.0.1-preview4 730 7/30/2018
0.0.1-preview3 728 7/21/2018