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.16.0 120 10/1/2025
5.15.1 287 9/20/2025
5.15.1-maxpath.1 247 9/18/2025
5.15.0 381 9/11/2025
5.14.1 487 8/14/2025
5.14.0 514 8/8/2025
5.14.0-alpha.1 196 8/6/2025
5.14.0-alpha.0 198 8/5/2025
5.13.0 244 7/28/2025
5.12.0 334 7/15/2025
5.12.0-alpha.0 60 7/11/2025
5.11.2 597 6/25/2025
5.11.1 218 6/21/2025
5.11.0 215 6/19/2025
5.11.0-alpha.3 186 6/13/2025
5.11.0-alpha.1 108 6/7/2025
5.10.0 836 6/6/2025
5.9.0 193 5/30/2025
5.8.2-beta.1 133 5/29/2025
5.8.1 679 5/27/2025
5.8.0 365 5/21/2025
5.8.0-alpha.0 142 5/22/2025
5.7.0 611 5/13/2025
5.7.0-beta.0 78 5/2/2025
5.6.0 639 4/24/2025
5.5.1 695 4/8/2025
5.5.0 704 4/2/2025
5.4.0 13,416 3/15/2025
5.3.0 548 3/7/2025
5.2.0 356 2/26/2025
5.1.1 4,218 2/13/2025
5.1.0 1,561 2/3/2025
5.0.1 2,633 1/8/2025
5.0.0 1,246 12/19/2024
5.0.0-alpha.1 81 11/25/2024
5.0.0-alpha.0 75 11/24/2024
4.13.0 22,621 11/5/2024
4.12.2 249 11/2/2024
4.12.1 1,627 10/10/2024
4.12.1-segv1 118 11/1/2024
4.12.0 286 10/2/2024
4.11.0 423 9/22/2024
4.10.2 10,637 8/21/2024
4.10.1 726 8/16/2024
4.10.0 298 8/14/2024
4.9.0 12,903 7/11/2024
4.9.0-sync.collection.2 73 7/30/2024
4.9.0-sync.collection.1 88 7/30/2024
4.8.1 4,759 7/2/2024
4.8.0 11,087 6/26/2024
4.7.0 15,710 5/27/2024
4.6.2 707 5/14/2024
4.6.1 192 5/14/2024
4.6.0 277 5/9/2024
4.5.0 2,072 4/30/2024
4.4.0 5,114 4/12/2024
4.3.0 364 4/10/2024
4.2.1 1,664 3/12/2024
4.2.0 281 3/11/2024
4.1.2 3,618 2/20/2024
4.1.1 1,803 2/14/2024
4.1.0 1,348 2/9/2024
4.0.3 951 2/7/2024
4.0.2 216 2/6/2024
4.0.1 198 2/5/2024
4.0.0 219 2/1/2024
4.0.0-beta.9 77 1/30/2024
4.0.0-beta.8 103 1/11/2024
4.0.0-beta.7 105 1/5/2024
4.0.0-beta.6 139 12/13/2023
4.0.0-beta.5 92 12/12/2023
4.0.0-beta.4 128 12/5/2023
4.0.0-beta.3 93 12/2/2023
4.0.0-beta.2 120 11/23/2023
4.0.0-beta.1 93 11/19/2023
4.0.0-beta.0 92 11/17/2023
4.0.0-alpha.0 118 11/9/2023
3.41.4 3,749 1/23/2024
3.41.3 42,734 11/29/2023
3.41.2 728 11/23/2023
3.41.1 212 11/22/2023
3.41.0 3,615 11/8/2023
3.40.1 5,506 10/12/2023
3.40.0 498 10/10/2023
3.40.0-beta.0 118 9/21/2023
3.39.1 9,963 9/12/2023
3.39.0 392 9/7/2023
3.38.0 255 9/6/2023
3.36.0 1,996 8/22/2023
3.35.1 642 8/16/2023
3.35.0 834 8/8/2023
3.34.0 130,254 7/13/2023
3.33.1 26,570 6/13/2023
3.33.0 2,017 5/22/2023
3.32.0 313 5/22/2023
3.31.0 5,253 5/2/2023
3.30.0 2,072 4/11/2023
3.29.1 18,060 3/11/2023
3.29.0 516 3/6/2023
3.28.1 3,621 2/10/2023
3.28.0 439 2/8/2023
3.27.1 1,579 2/3/2023
3.27.0 748 2/1/2023
3.26.2 6,689 1/24/2023
3.26.1 583 1/17/2023
3.26.0 445 1/13/2023
3.25.0 6,042 12/23/2022
3.24.1 643 12/16/2022
3.24.0 88,600 11/18/2022
3.23.1 1,158 10/31/2022
3.23.0 1,649 10/27/2022
3.22.0 4,362 10/7/2022
3.21.0 5,155 9/2/2022
3.20.1 4,858 7/26/2022
3.20.0 602 7/22/2022
3.19.0 4,218 6/28/2022
3.18.0 6,908 6/15/2022
3.17.1 40,129 5/8/2022
3.17.0 3,032 5/3/2022
3.16.0 4,653 4/7/2022
3.15.0 4,906 3/15/2022
3.14.1 94,467 2/18/2022
3.14.0 856 2/14/2022
3.13.0 3,811 1/11/2022
3.12.3 1,598 12/19/2021
3.12.2 4,437 12/15/2021
3.12.1 2,981 12/6/2021
3.12.0 5,693 11/23/2021
3.12.0-alpha.1 270 11/7/2021
3.11.1 5,874 11/5/2021
3.11.0 2,215 11/2/2021
3.10.0 4,753 10/15/2021
3.9.4 20,664 9/29/2021
3.9.3 1,006 9/21/2021
3.9.2 2,018 9/10/2021
3.9.1 955 9/9/2021
3.9.0 1,245 8/27/2021
3.8.3 95,594 7/25/2021
3.8.2 749 7/17/2021
3.8.1 517 7/15/2021
3.8.0 675 7/14/2021
3.7.0 929 7/10/2021
3.6.1 1,347 7/2/2021
3.6.0 1,822 6/23/2021
3.6.0-alpha.2 263 6/18/2021
3.6.0-alpha.1 1,040 6/11/2021
3.5.0 4,164 6/7/2021
3.4.0 1,156 5/31/2021
3.4.0-beta.0 264 5/27/2021
3.3.5-beta.0 274 5/13/2021
3.3.4 9,350 4/26/2021
3.3.3 4,112 4/23/2021
3.3.2 539 4/23/2021
3.3.1 21,964 4/5/2021
3.3.0 567 4/3/2021
3.2.0 994 3/26/2021
3.1.0 6,816 3/10/2021
3.0.8 1,699 3/4/2021
3.0.7 8,250 2/20/2021
3.0.6 1,009 2/14/2021
3.0.5 1,087 2/9/2021
3.0.4 2,080 2/8/2021
3.0.3 3,490 2/3/2021
3.0.2 1,285 2/3/2021
3.0.1 1,599 1/29/2021
3.0.0 2,820 1/28/2021
3.0.0-beta.0 8,997 1/20/2021
3.0.0-alpha.11 281 1/15/2021
3.0.0-alpha.10 423 1/10/2021
3.0.0-alpha.9 295 12/29/2020
3.0.0-alpha.8 450 12/25/2020
3.0.0-alpha.7 316 12/16/2020
3.0.0-alpha.6 1,448 11/30/2020
3.0.0-alpha.5 366 11/21/2020
3.0.0-alpha.4 370 11/2/2020
3.0.0-alpha.3 1,858 10/29/2020
3.0.0-alpha.2 336 10/21/2020
3.0.0-alpha.1 357 10/16/2020
3.0.0-alpha.0 363 9/25/2020
2.2.0-alpha 647 9/19/2020
2.1.8 55,764 11/21/2020
2.1.6 35,227 8/20/2020
2.1.5 80,037 7/27/2020
2.1.5-beta 554 6/30/2020
2.1.4 14,748 6/25/2020
2.1.3 2,382 6/5/2020
2.1.2-beta5 539 5/19/2020
2.1.2-beta4 530 5/12/2020
2.1.2-beta3 522 5/7/2020
2.1.2-beta2 8,943 4/16/2020
2.1.2-beta 1,664 3/31/2020
2.1.1 46,231 3/19/2020
2.1.0 12,978 2/24/2020
2.0.3 1,805 2/12/2020
2.0.2 890 2/8/2020
2.0.1 1,372 1/28/2020
2.0.0 901 1/28/2020
2.0.0-beta8 551 1/15/2020
2.0.0-beta7 588 12/17/2019
2.0.0-beta6 880 10/31/2019
2.0.0-beta5 569 10/29/2019
2.0.0-beta4 25,919 9/4/2019
2.0.0-beta3 549 7/26/2019
2.0.0-beta2 634 6/9/2019
2.0.0-beta 595 6/4/2019
1.2.1-beta 613 5/27/2019
1.2.0 116,763 5/23/2019
1.1.3-beta4 635 5/15/2019
1.1.3-beta3 600 5/13/2019
1.1.3-beta2 642 3/28/2019
1.1.3-beta 702 2/11/2019
1.1.2 14,070 1/16/2019
1.1.2-beta 678 1/8/2019
1.1.1 1,102 1/5/2019
1.1.0 2,042 12/5/2018
1.0.1-beta5 706 12/5/2018
1.0.1-beta4 703 12/3/2018
1.0.1-beta3 3,747 11/15/2018
1.0.1-beta2 815 11/14/2018
1.0.1-beta 818 10/24/2018
1.0.0 3,419 10/2/2018
1.0.0-rc2 820 9/7/2018
1.0.0-rc 811 8/24/2018
0.0.1-preview5 1,022 8/5/2018
0.0.1-preview4 994 7/30/2018
0.0.1-preview3 979 7/21/2018