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.
<PackageVersion Include="Sentry.Log4Net" Version="0.0.1-preview4" />
                    
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-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.
#:package Sentry.Log4Net@0.0.1-preview4
                    
#: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-preview4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Sentry.Log4Net&version=0.0.1-preview4&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
6.0.0-preview.2-prerelease 65 10/30/2025
6.0.0-preview.1-prerelease 120 10/6/2025
5.16.2 0 10/31/2025
5.16.1 342 10/14/2025
5.16.0 387 10/1/2025
5.15.1 304 9/20/2025
5.15.1-maxpath.1 250 9/18/2025
5.15.0 822 9/11/2025
5.14.1 670 8/14/2025
5.14.0 740 8/8/2025
5.14.0-alpha.1 200 8/6/2025
5.14.0-alpha.0 200 8/5/2025
5.13.0 330 7/28/2025
5.12.0 365 7/15/2025
5.12.0-alpha.0 64 7/11/2025
5.11.2 755 6/25/2025
5.11.1 238 6/21/2025
5.11.0 234 6/19/2025
5.11.0-alpha.3 195 6/13/2025
5.11.0-alpha.1 114 6/7/2025
5.10.0 967 6/6/2025
5.9.0 203 5/30/2025
5.8.2-beta.1 138 5/29/2025
5.8.1 801 5/27/2025
5.8.0 375 5/21/2025
5.8.0-alpha.0 154 5/22/2025
5.7.0 725 5/13/2025
5.7.0-beta.0 89 5/2/2025
5.6.0 657 4/24/2025
5.5.1 715 4/8/2025
5.5.0 778 4/2/2025
5.4.0 16,586 3/15/2025
5.3.0 568 3/7/2025
5.2.0 386 2/26/2025
5.1.1 4,272 2/13/2025
5.1.0 1,681 2/3/2025
5.0.1 2,685 1/8/2025
5.0.0 1,357 12/19/2024
5.0.0-alpha.1 86 11/25/2024
5.0.0-alpha.0 78 11/24/2024
4.13.0 30,096 11/5/2024
4.12.2 259 11/2/2024
4.12.1 1,669 10/10/2024
4.12.1-segv1 125 11/1/2024
4.12.0 301 10/2/2024
4.11.0 433 9/22/2024
4.10.2 11,030 8/21/2024
4.10.1 763 8/16/2024
4.10.0 306 8/14/2024
4.9.0 13,240 7/11/2024
4.9.0-sync.collection.2 81 7/30/2024
4.9.0-sync.collection.1 93 7/30/2024
4.8.1 5,143 7/2/2024
4.8.0 11,098 6/26/2024
4.7.0 16,673 5/27/2024
4.6.2 726 5/14/2024
4.6.1 206 5/14/2024
4.6.0 289 5/9/2024
4.5.0 2,205 4/30/2024
4.4.0 5,205 4/12/2024
4.3.0 385 4/10/2024
4.2.1 1,684 3/12/2024
4.2.0 292 3/11/2024
4.1.2 3,717 2/20/2024
4.1.1 1,827 2/14/2024
4.1.0 1,434 2/9/2024
4.0.3 966 2/7/2024
4.0.2 226 2/6/2024
4.0.1 215 2/5/2024
4.0.0 233 2/1/2024
4.0.0-beta.9 81 1/30/2024
4.0.0-beta.8 108 1/11/2024
4.0.0-beta.7 108 1/5/2024
4.0.0-beta.6 151 12/13/2023
4.0.0-beta.5 96 12/12/2023
4.0.0-beta.4 134 12/5/2023
4.0.0-beta.3 98 12/2/2023
4.0.0-beta.2 129 11/23/2023
4.0.0-beta.1 99 11/19/2023
4.0.0-beta.0 94 11/17/2023
4.0.0-alpha.0 122 11/9/2023
3.41.4 3,782 1/23/2024
3.41.3 43,684 11/29/2023
3.41.2 735 11/23/2023
3.41.1 222 11/22/2023
3.41.0 3,629 11/8/2023
3.40.1 5,513 10/12/2023
3.40.0 510 10/10/2023
3.40.0-beta.0 130 9/21/2023
3.39.1 10,090 9/12/2023
3.39.0 405 9/7/2023
3.38.0 261 9/6/2023
3.36.0 2,030 8/22/2023
3.35.1 648 8/16/2023
3.35.0 851 8/8/2023
3.34.0 137,788 7/13/2023
3.33.1 26,604 6/13/2023
3.33.0 2,034 5/22/2023
3.32.0 325 5/22/2023
3.31.0 5,279 5/2/2023
3.30.0 2,086 4/11/2023
3.29.1 18,143 3/11/2023
3.29.0 526 3/6/2023
3.28.1 3,711 2/10/2023
3.28.0 455 2/8/2023
3.27.1 1,594 2/3/2023
3.27.0 767 2/1/2023
3.26.2 6,707 1/24/2023
3.26.1 602 1/17/2023
3.26.0 459 1/13/2023
3.25.0 6,068 12/23/2022
3.24.1 655 12/16/2022
3.24.0 88,678 11/18/2022
3.23.1 1,175 10/31/2022
3.23.0 1,659 10/27/2022
3.22.0 4,386 10/7/2022
3.21.0 5,179 9/2/2022
3.20.1 4,892 7/26/2022
3.20.0 617 7/22/2022
3.19.0 4,234 6/28/2022
3.18.0 7,002 6/15/2022
3.17.1 41,963 5/8/2022
3.17.0 3,044 5/3/2022
3.16.0 4,697 4/7/2022
3.15.0 4,956 3/15/2022
3.14.1 94,826 2/18/2022
3.14.0 871 2/14/2022
3.13.0 3,907 1/11/2022
3.12.3 1,611 12/19/2021
3.12.2 4,451 12/15/2021
3.12.1 2,994 12/6/2021
3.12.0 5,715 11/23/2021
3.12.0-alpha.1 281 11/7/2021
3.11.1 6,002 11/5/2021
3.11.0 2,228 11/2/2021
3.10.0 4,782 10/15/2021
3.9.4 21,971 9/29/2021
3.9.3 1,026 9/21/2021
3.9.2 2,042 9/10/2021
3.9.1 969 9/9/2021
3.9.0 1,266 8/27/2021
3.8.3 95,653 7/25/2021
3.8.2 768 7/17/2021
3.8.1 532 7/15/2021
3.8.0 687 7/14/2021
3.7.0 943 7/10/2021
3.6.1 1,369 7/2/2021
3.6.0 1,841 6/23/2021
3.6.0-alpha.2 282 6/18/2021
3.6.0-alpha.1 1,054 6/11/2021
3.5.0 4,179 6/7/2021
3.4.0 1,177 5/31/2021
3.4.0-beta.0 281 5/27/2021
3.3.5-beta.0 286 5/13/2021
3.3.4 9,365 4/26/2021
3.3.3 4,129 4/23/2021
3.3.2 555 4/23/2021
3.3.1 21,980 4/5/2021
3.3.0 586 4/3/2021
3.2.0 1,010 3/26/2021
3.1.0 6,843 3/10/2021
3.0.8 1,713 3/4/2021
3.0.7 8,331 2/20/2021
3.0.6 1,027 2/14/2021
3.0.5 1,106 2/9/2021
3.0.4 2,113 2/8/2021
3.0.3 3,505 2/3/2021
3.0.2 1,299 2/3/2021
3.0.1 1,622 1/29/2021
3.0.0 2,851 1/28/2021
3.0.0-beta.0 9,797 1/20/2021
3.0.0-alpha.11 291 1/15/2021
3.0.0-alpha.10 442 1/10/2021
3.0.0-alpha.9 314 12/29/2020
3.0.0-alpha.8 463 12/25/2020
3.0.0-alpha.7 330 12/16/2020
3.0.0-alpha.6 1,465 11/30/2020
3.0.0-alpha.5 386 11/21/2020
3.0.0-alpha.4 388 11/2/2020
3.0.0-alpha.3 1,874 10/29/2020
3.0.0-alpha.2 354 10/21/2020
3.0.0-alpha.1 373 10/16/2020
3.0.0-alpha.0 374 9/25/2020
2.2.0-alpha 665 9/19/2020
2.1.8 55,901 11/21/2020
2.1.6 35,287 8/20/2020
2.1.5 80,568 7/27/2020
2.1.5-beta 564 6/30/2020
2.1.4 14,793 6/25/2020
2.1.3 2,401 6/5/2020
2.1.2-beta5 551 5/19/2020
2.1.2-beta4 547 5/12/2020
2.1.2-beta3 543 5/7/2020
2.1.2-beta2 8,954 4/16/2020
2.1.2-beta 1,683 3/31/2020
2.1.1 46,285 3/19/2020
2.1.0 13,004 2/24/2020
2.0.3 1,828 2/12/2020
2.0.2 911 2/8/2020
2.0.1 1,391 1/28/2020
2.0.0 919 1/28/2020
2.0.0-beta8 564 1/15/2020
2.0.0-beta7 599 12/17/2019
2.0.0-beta6 892 10/31/2019
2.0.0-beta5 589 10/29/2019
2.0.0-beta4 25,930 9/4/2019
2.0.0-beta3 560 7/26/2019
2.0.0-beta2 647 6/9/2019
2.0.0-beta 610 6/4/2019
1.2.1-beta 633 5/27/2019
1.2.0 117,387 5/23/2019
1.1.3-beta4 654 5/15/2019
1.1.3-beta3 611 5/13/2019
1.1.3-beta2 662 3/28/2019
1.1.3-beta 715 2/11/2019
1.1.2 14,087 1/16/2019
1.1.2-beta 690 1/8/2019
1.1.1 1,123 1/5/2019
1.1.0 2,066 12/5/2018
1.0.1-beta5 721 12/5/2018
1.0.1-beta4 715 12/3/2018
1.0.1-beta3 3,774 11/15/2018
1.0.1-beta2 827 11/14/2018
1.0.1-beta 838 10/24/2018
1.0.0 3,439 10/2/2018
1.0.0-rc2 831 9/7/2018
1.0.0-rc 821 8/24/2018
0.0.1-preview5 1,049 8/5/2018
0.0.1-preview4 1,021 7/30/2018
0.0.1-preview3 999 7/21/2018