Sentry.Log4Net 0.0.1-preview5

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-preview5
                    
NuGet\Install-Package Sentry.Log4Net -Version 0.0.1-preview5
                    
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-preview5" />
                    
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-preview5" />
                    
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-preview5
                    
#r "nuget: Sentry.Log4Net, 0.0.1-preview5"
                    
#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.
#:package Sentry.Log4Net@0.0.1-preview5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Sentry.Log4Net&version=0.0.1-preview5&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Sentry.Log4Net&version=0.0.1-preview5&prerelease
                    
Install 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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.14.0-alpha.1 0 8/6/2025
5.14.0-alpha.0 8 8/5/2025
5.13.0 100 7/28/2025
5.12.0 171 7/15/2025
5.12.0-alpha.0 50 7/11/2025
5.11.2 429 6/25/2025
5.11.1 155 6/21/2025
5.11.0 157 6/19/2025
5.11.0-alpha.3 168 6/13/2025
5.11.0-alpha.1 93 6/7/2025
5.10.0 475 6/6/2025
5.9.0 141 5/30/2025
5.8.2-beta.1 123 5/29/2025
5.8.1 374 5/27/2025
5.8.0 289 5/21/2025
5.8.0-alpha.0 124 5/22/2025
5.7.0 403 5/13/2025
5.7.0-beta.0 62 5/2/2025
5.6.0 579 4/24/2025
5.5.1 601 4/8/2025
5.5.0 529 4/2/2025
5.4.0 7,627 3/15/2025
5.3.0 482 3/7/2025
5.2.0 284 2/26/2025
5.1.1 4,013 2/13/2025
5.1.0 1,231 2/3/2025
5.0.1 2,093 1/8/2025
5.0.0 1,098 12/19/2024
5.0.0-alpha.1 68 11/25/2024
5.0.0-alpha.0 65 11/24/2024
4.13.0 6,485 11/5/2024
4.12.2 199 11/2/2024
4.12.1 1,516 10/10/2024
4.12.1-segv1 93 11/1/2024
4.12.0 220 10/2/2024
4.11.0 364 9/22/2024
4.10.2 9,525 8/21/2024
4.10.1 614 8/16/2024
4.10.0 245 8/14/2024
4.9.0 12,059 7/11/2024
4.9.0-sync.collection.2 56 7/30/2024
4.9.0-sync.collection.1 74 7/30/2024
4.8.1 4,057 7/2/2024
4.8.0 11,026 6/26/2024
4.7.0 13,487 5/27/2024
4.6.2 647 5/14/2024
4.6.1 145 5/14/2024
4.6.0 226 5/9/2024
4.5.0 1,675 4/30/2024
4.4.0 4,890 4/12/2024
4.3.0 306 4/10/2024
4.2.1 1,581 3/12/2024
4.2.0 230 3/11/2024
4.1.2 2,867 2/20/2024
4.1.1 1,730 2/14/2024
4.1.0 1,162 2/9/2024
4.0.3 895 2/7/2024
4.0.2 168 2/6/2024
4.0.1 143 2/5/2024
4.0.0 169 2/1/2024
4.0.0-beta.9 72 1/30/2024
4.0.0-beta.8 97 1/11/2024
4.0.0-beta.7 99 1/5/2024
4.0.0-beta.6 125 12/13/2023
4.0.0-beta.5 87 12/12/2023
4.0.0-beta.4 113 12/5/2023
4.0.0-beta.3 89 12/2/2023
4.0.0-beta.2 108 11/23/2023
4.0.0-beta.1 85 11/19/2023
4.0.0-beta.0 87 11/17/2023
4.0.0-alpha.0 113 11/9/2023
3.41.4 3,516 1/23/2024
3.41.3 39,407 11/29/2023
3.41.2 697 11/23/2023
3.41.1 176 11/22/2023
3.41.0 3,577 11/8/2023
3.40.1 5,484 10/12/2023
3.40.0 460 10/10/2023
3.40.0-beta.0 104 9/21/2023
3.39.1 9,580 9/12/2023
3.39.0 356 9/7/2023
3.38.0 212 9/6/2023
3.36.0 1,934 8/22/2023
3.35.1 601 8/16/2023
3.35.0 779 8/8/2023
3.34.0 113,495 7/13/2023
3.33.1 26,386 6/13/2023
3.33.0 1,969 5/22/2023
3.32.0 262 5/22/2023
3.31.0 5,177 5/2/2023
3.30.0 2,023 4/11/2023
3.29.1 17,805 3/11/2023
3.29.0 467 3/6/2023
3.28.1 3,485 2/10/2023
3.28.0 391 2/8/2023
3.27.1 1,497 2/3/2023
3.27.0 692 2/1/2023
3.26.2 6,633 1/24/2023
3.26.1 526 1/17/2023
3.26.0 395 1/13/2023
3.25.0 5,976 12/23/2022
3.24.1 604 12/16/2022
3.24.0 88,456 11/18/2022
3.23.1 1,098 10/31/2022
3.23.0 1,606 10/27/2022
3.22.0 4,285 10/7/2022
3.21.0 5,080 9/2/2022
3.20.1 4,792 7/26/2022
3.20.0 550 7/22/2022
3.19.0 4,161 6/28/2022
3.18.0 6,660 6/15/2022
3.17.1 37,730 5/8/2022
3.17.0 2,982 5/3/2022
3.16.0 4,572 4/7/2022
3.15.0 4,753 3/15/2022
3.14.1 93,282 2/18/2022
3.14.0 803 2/14/2022
3.13.0 3,621 1/11/2022
3.12.3 1,547 12/19/2021
3.12.2 4,396 12/15/2021
3.12.1 2,930 12/6/2021
3.12.0 5,659 11/23/2021
3.12.0-alpha.1 248 11/7/2021
3.11.1 4,970 11/5/2021
3.11.0 2,135 11/2/2021
3.10.0 4,699 10/15/2021
3.9.4 18,704 9/29/2021
3.9.3 975 9/21/2021
3.9.2 1,954 9/10/2021
3.9.1 902 9/9/2021
3.9.0 1,196 8/27/2021
3.8.3 95,442 7/25/2021
3.8.2 687 7/17/2021
3.8.1 464 7/15/2021
3.8.0 624 7/14/2021
3.7.0 876 7/10/2021
3.6.1 1,276 7/2/2021
3.6.0 1,762 6/23/2021
3.6.0-alpha.2 232 6/18/2021
3.6.0-alpha.1 1,012 6/11/2021
3.5.0 4,111 6/7/2021
3.4.0 1,093 5/31/2021
3.4.0-beta.0 232 5/27/2021
3.3.5-beta.0 248 5/13/2021
3.3.4 9,295 4/26/2021
3.3.3 4,057 4/23/2021
3.3.2 489 4/23/2021
3.3.1 21,912 4/5/2021
3.3.0 501 4/3/2021
3.2.0 943 3/26/2021
3.1.0 6,757 3/10/2021
3.0.8 1,634 3/4/2021
3.0.7 7,707 2/20/2021
3.0.6 945 2/14/2021
3.0.5 1,027 2/9/2021
3.0.4 1,987 2/8/2021
3.0.3 3,424 2/3/2021
3.0.2 1,230 2/3/2021
3.0.1 1,537 1/29/2021
3.0.0 2,679 1/28/2021
3.0.0-beta.0 7,801 1/20/2021
3.0.0-alpha.11 255 1/15/2021
3.0.0-alpha.10 390 1/10/2021
3.0.0-alpha.9 261 12/29/2020
3.0.0-alpha.8 415 12/25/2020
3.0.0-alpha.7 291 12/16/2020
3.0.0-alpha.6 1,412 11/30/2020
3.0.0-alpha.5 330 11/21/2020
3.0.0-alpha.4 337 11/2/2020
3.0.0-alpha.3 1,815 10/29/2020
3.0.0-alpha.2 299 10/21/2020
3.0.0-alpha.1 321 10/16/2020
3.0.0-alpha.0 338 9/25/2020
2.2.0-alpha 581 9/19/2020
2.1.8 55,470 11/21/2020
2.1.6 35,102 8/20/2020
2.1.5 78,782 7/27/2020
2.1.5-beta 505 6/30/2020
2.1.4 14,626 6/25/2020
2.1.3 2,335 6/5/2020
2.1.2-beta5 489 5/19/2020
2.1.2-beta4 480 5/12/2020
2.1.2-beta3 468 5/7/2020
2.1.2-beta2 8,904 4/16/2020
2.1.2-beta 1,608 3/31/2020
2.1.1 45,999 3/19/2020
2.1.0 12,908 2/24/2020
2.0.3 1,752 2/12/2020
2.0.2 823 2/8/2020
2.0.1 1,300 1/28/2020
2.0.0 839 1/28/2020
2.0.0-beta8 505 1/15/2020
2.0.0-beta7 545 12/17/2019
2.0.0-beta6 805 10/31/2019
2.0.0-beta5 518 10/29/2019
2.0.0-beta4 25,873 9/4/2019
2.0.0-beta3 513 7/26/2019
2.0.0-beta2 579 6/9/2019
2.0.0-beta 551 6/4/2019
1.2.1-beta 561 5/27/2019
1.2.0 115,330 5/23/2019
1.1.3-beta4 574 5/15/2019
1.1.3-beta3 547 5/13/2019
1.1.3-beta2 592 3/28/2019
1.1.3-beta 646 2/11/2019
1.1.2 14,015 1/16/2019
1.1.2-beta 633 1/8/2019
1.1.1 1,045 1/5/2019
1.1.0 1,988 12/5/2018
1.0.1-beta5 664 12/5/2018
1.0.1-beta4 669 12/3/2018
1.0.1-beta3 3,673 11/15/2018
1.0.1-beta2 791 11/14/2018
1.0.1-beta 759 10/24/2018
1.0.0 3,351 10/2/2018
1.0.0-rc2 785 9/7/2018
1.0.0-rc 764 8/24/2018
0.0.1-preview5 953 8/5/2018
0.0.1-preview4 923 7/30/2018
0.0.1-preview3 915 7/21/2018