Microsoft.Extensions.Logging.EventLog
2.1.0-rc1-final
Prefix Reserved
This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217
See the version list below for details.
dotnet add package Microsoft.Extensions.Logging.EventLog --version 2.1.0-rc1-final
NuGet\Install-Package Microsoft.Extensions.Logging.EventLog -Version 2.1.0-rc1-final
<PackageReference Include="Microsoft.Extensions.Logging.EventLog" Version="2.1.0-rc1-final" />
<PackageVersion Include="Microsoft.Extensions.Logging.EventLog" Version="2.1.0-rc1-final" />
<PackageReference Include="Microsoft.Extensions.Logging.EventLog" />
paket add Microsoft.Extensions.Logging.EventLog --version 2.1.0-rc1-final
#r "nuget: Microsoft.Extensions.Logging.EventLog, 2.1.0-rc1-final"
#addin nuget:?package=Microsoft.Extensions.Logging.EventLog&version=2.1.0-rc1-final&prerelease
#tool nuget:?package=Microsoft.Extensions.Logging.EventLog&version=2.1.0-rc1-final&prerelease
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Product | Versions 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 is compatible. 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. |
-
.NETFramework 4.6.1
- Microsoft.Extensions.Logging (>= 2.1.0-rc1-final)
- System.Diagnostics.EventLog (>= 4.5.0-rc1)
-
.NETStandard 2.0
- Microsoft.Extensions.Logging (>= 2.1.0-rc1-final)
- System.Diagnostics.EventLog (>= 4.5.0-rc1)
NuGet packages (56)
Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Logging.EventLog:
Package | Downloads |
---|---|
Microsoft.Extensions.Hosting
Hosting and startup infrastructures for applications. |
|
Microsoft.Extensions.Hosting.WindowsServices
.NET hosting infrastructure for Windows Services. |
|
Chinchilla.Logging
Chinchilla.Logging is a .NET Core port of cdmdotnet.Logging, an abstracted logging platform for .NET. It can help you collect reliable logs for your application regardless of its size or complexity with minimal performance implications. This logging library makes large use of enterprise correlation. In a lot of applications that incorporate various small and large services, it is often important to correlate events that happen across these services. It gives us a business workflow view of the various events that happen in the application, its components and services. This library provide operation and activity ID management and propagation. The main difference with this library over other is that you can configure each type of log separately. You can enable fatal, error, warning, debugging, informational, progress and sensitive data logging all independently of each other. This is more flexible than the concept of minimum level logging, such as that in log4net or serilog e.g. enabling one warning in this libraries will enable error and fatal logging as well. This library allows you to set those settings independently of each other. The SqlLogger maps AdditionalData to table columns, where the key of the dictionary entry is the column name and the value is serialised to JSON as the column value. MetaData is serialised to a single JSON value stored in the MetaData column. This means you can store data such as a User ID or Job ID in a separate column so you can filter more efficiently with indexes and partitions. EventLogger, TraceLogger and ConsoleLogger both seralise and format all information into a single string. The MultiLogger allows you to configure several different loggers to be used at once with different settings for each logger. See https://github.com/cdmdotnet/logging/wiki/Quick-How-To for usage details. This package installs Chinchilla.Logging.dll which includes core logging functionality. Other packages depend on Chinchilla.Logging for specific implementations. |
|
SuperOffice.NetServer.Core
SuperOffice NetServer Core is SuperOffice's data access technology for new applications. This is for onsite installations with the same version. This also works with SuperOffice Online. |
|
Keystone.Almanac.EventLog
This component adds support for Almanac to format and persist its entries into the Microsoft Windows Event Log. Almanac is a flexible logging mechanism that routes log entries by its type to different destinations like email, text and XML files. Almanac is also great to keep a record of your user actions relevant for auditable purposes. KEYSTONE is a modern, multi-paradigm, data-centric software development framework. Visit http://www.keystoneframework.com for more details. |
GitHub repositories (17)
Showing the top 17 popular GitHub repositories that depend on Microsoft.Extensions.Logging.EventLog:
Repository | Stars |
---|---|
BeyondDimension/SteamTools
🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
|
|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
|
immense/Remotely
A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
|
|
1357310795/MyComputerManager
管理“此电脑”里删不掉的流氓“快捷方式”(包括侧边栏),同时可自己添加这类“快捷方式”
|
|
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 9 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 19, React 19, Vue 3.5, BFF with YARP, NextJs 15, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, EF Core, OpenTelemetry, SignalR, Background Services, Health Checks, Rate Limiting, Clouds (Azure, AWS, GCP), ..
|
|
MarimerLLC/csla
A home for your business logic in any .NET application.
|
|
bitfoundation/bitplatform
Build all of your apps using what you already know and love ❤️
|
|
yourtablecloth/TableCloth
식탁보 프로젝트
|
|
microsoft/RTVS
R Tools for Visual Studio.
|
|
shahedc/NetLearnerApp
NetLearner: The Internet Resource Learning Helper built with ASP .NET Core
|
|
lithnet/access-manager
Access Manager provides web-based access to local admin (LAPS) passwords, BitLocker recovery keys, and just-in-time administrative access to Windows computers in a modern, secure, and user-friendly way.
|
|
container-desktop/container-desktop
Provides an alternative for Docker for Desktop on Windows using WSL2.
|
|
gnsilence/HangfireHttpJob
hangfire的拓展程序,在原作者基础上增加了一些功能,调用api的方式来执行定时任务
|
|
shahedc/WorkerServiceSample
ASP .NET Core 3.0 Worker Service Sample
|
|
erpnet/ErpNet.FP
ErpNet.FP is a light-weight cross-platform Http server facilitating printing to fiscal printers through simple JSON Api.
|
Version | Downloads | Last updated | |
---|---|---|---|
10.0.0-preview.2.25163.2 | 5,982 | 3/18/2025 | |
10.0.0-preview.1.25080.5 | 8,294 | 2/25/2025 | |
9.0.4 | 3,086 | 4/8/2025 | |
9.0.3 | 1,429,663 | 3/11/2025 | |
9.0.2 | 2,654,288 | 2/11/2025 | |
9.0.1 | 2,976,509 | 1/14/2025 | |
9.0.0 | 7,533,705 | 11/12/2024 | |
9.0.0-rc.2.24473.5 | 89,968 | 10/8/2024 | |
9.0.0-rc.1.24431.7 | 60,441 | 9/10/2024 | |
9.0.0-preview.7.24405.7 | 33,420 | 8/13/2024 | |
9.0.0-preview.6.24327.7 | 35,841 | 7/9/2024 | |
9.0.0-preview.5.24306.7 | 25,994 | 6/11/2024 | |
9.0.0-preview.4.24266.19 | 23,143 | 5/21/2024 | |
9.0.0-preview.3.24172.9 | 105,792 | 4/11/2024 | |
9.0.0-preview.2.24128.5 | 27,738 | 3/12/2024 | |
9.0.0-preview.1.24080.9 | 49,853 | 2/13/2024 | |
8.0.1 | 26,257,280 | 10/8/2024 | |
8.0.0 | 90,721,144 | 11/14/2023 | |
8.0.0-rc.2.23479.6 | 142,544 | 10/10/2023 | |
8.0.0-rc.1.23419.4 | 112,718 | 9/12/2023 | |
8.0.0-preview.7.23375.6 | 50,189 | 8/8/2023 | |
8.0.0-preview.6.23329.7 | 66,339 | 7/11/2023 | |
8.0.0-preview.5.23280.8 | 55,343 | 6/13/2023 | |
8.0.0-preview.4.23259.5 | 263,610 | 5/16/2023 | |
8.0.0-preview.3.23174.8 | 106,458 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 29,201 | 3/14/2023 | |
8.0.0-preview.1.23110.8 | 92,058 | 2/21/2023 | |
7.0.0 | 70,904,979 | 11/7/2022 | |
7.0.0-rc.2.22472.3 | 142,771 | 10/11/2022 | |
7.0.0-rc.1.22426.10 | 75,982 | 9/14/2022 | |
7.0.0-preview.7.22375.6 | 56,421 | 8/9/2022 | |
7.0.0-preview.6.22324.4 | 44,447 | 7/12/2022 | |
7.0.0-preview.5.22301.12 | 42,100 | 6/14/2022 | |
7.0.0-preview.4.22229.4 | 37,050 | 5/10/2022 | |
7.0.0-preview.3.22175.4 | 44,797 | 4/13/2022 | |
7.0.0-preview.2.22152.2 | 11,870 | 3/14/2022 | |
7.0.0-preview.1.22076.8 | 22,416 | 2/17/2022 | |
6.0.1 | 48,004 | 11/12/2024 | |
6.0.0 | 171,424,443 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 366,374 | 10/12/2021 | |
6.0.0-rc.1.21451.13 | 263,496 | 9/14/2021 | |
6.0.0-preview.7.21377.19 | 124,235 | 8/10/2021 | |
6.0.0-preview.6.21352.12 | 42,865 | 7/14/2021 | |
6.0.0-preview.5.21301.5 | 28,968 | 6/15/2021 | |
6.0.0-preview.4.21253.7 | 17,585 | 5/24/2021 | |
6.0.0-preview.3.21201.4 | 34,630 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 61,538 | 3/11/2021 | |
6.0.0-preview.1.21102.12 | 30,513 | 2/12/2021 | |
5.0.0 | 102,907,859 | 11/9/2020 | |
5.0.0-rc.2.20475.5 | 85,168 | 10/13/2020 | |
5.0.0-rc.1.20451.14 | 39,502 | 9/14/2020 | |
5.0.0-preview.8.20407.11 | 24,920 | 8/25/2020 | |
5.0.0-preview.7.20364.11 | 23,667 | 7/21/2020 | |
5.0.0-preview.6.20305.6 | 22,842 | 6/25/2020 | |
5.0.0-preview.5.20278.1 | 11,699 | 6/10/2020 | |
5.0.0-preview.4.20251.6 | 25,667 | 5/18/2020 | |
5.0.0-preview.3.20215.2 | 11,877 | 4/23/2020 | |
5.0.0-preview.2.20160.3 | 42,832 | 4/2/2020 | |
5.0.0-preview.1.20120.4 | 17,110 | 3/16/2020 | |
3.1.32 | 1,851,831 | 12/13/2022 | |
3.1.31 | 529,325 | 11/8/2022 | |
3.1.30 | 1,044,768 | 10/11/2022 | |
3.1.29 | 310,714 | 9/13/2022 | |
3.1.28 | 455,672 | 8/9/2022 | |
3.1.27 | 292,028 | 7/12/2022 | |
3.1.26 | 299,652 | 6/14/2022 | |
3.1.25 | 388,494 | 5/10/2022 | |
3.1.24 | 338,721 | 4/11/2022 | |
3.1.23 | 733,851 | 3/8/2022 | |
3.1.22 | 2,010,602 | 12/14/2021 | |
3.1.21 | 1,431,202 | 11/7/2021 | |
3.1.20 | 784,742 | 10/11/2021 | |
3.1.19 | 754,011 | 9/14/2021 | |
3.1.18 | 1,687,895 | 8/10/2021 | |
3.1.17 | 1,233,218 | 7/13/2021 | |
3.1.16 | 1,579,502 | 6/8/2021 | |
3.1.15 | 2,326,734 | 5/11/2021 | |
3.1.14 | 2,170,484 | 4/6/2021 | |
3.1.13 | 2,321,891 | 3/9/2021 | |
3.1.12 | 2,005,013 | 2/9/2021 | |
3.1.11 | 2,479,426 | 1/12/2021 | |
3.1.10 | 5,322,273 | 11/9/2020 | |
3.1.9 | 6,711,389 | 10/13/2020 | |
3.1.8 | 8,115,224 | 9/8/2020 | |
3.1.7 | 5,746,871 | 8/11/2020 | |
3.1.6 | 9,061,912 | 7/14/2020 | |
3.1.5 | 7,911,135 | 6/9/2020 | |
3.1.4 | 5,412,065 | 5/12/2020 | |
3.1.3 | 9,186,625 | 3/24/2020 | |
3.1.2 | 8,885,649 | 2/18/2020 | |
3.1.1 | 7,016,015 | 1/14/2020 | |
3.1.0 | 12,785,682 | 12/3/2019 | |
3.1.0-preview3.19553.2 | 13,043 | 11/13/2019 | |
3.1.0-preview2.19525.4 | 4,138 | 11/1/2019 | |
3.1.0-preview1.19506.1 | 7,382 | 10/15/2019 | |
3.0.3 | 245,232 | 2/18/2020 | |
3.0.2 | 731,703 | 1/14/2020 | |
3.0.1 | 839,659 | 11/18/2019 | |
3.0.0 | 14,036,041 | 9/23/2019 | |
3.0.0-rc1.19456.10 | 17,114 | 9/16/2019 | |
3.0.0-preview9.19423.4 | 23,733 | 9/4/2019 | |
3.0.0-preview8.19405.4 | 54,088 | 8/13/2019 | |
3.0.0-preview7.19362.4 | 25,289 | 7/23/2019 | |
3.0.0-preview6.19304.6 | 30,253 | 6/12/2019 | |
3.0.0-preview5.19227.9 | 3,856 | 5/6/2019 | |
3.0.0-preview4.19216.2 | 977 | 4/18/2019 | |
3.0.0-preview3.19153.1 | 941 | 3/6/2019 | |
3.0.0-preview.19074.2 | 866 | 1/29/2019 | |
3.0.0-preview.18572.1 | 1,283 | 12/4/2018 | |
2.2.0 | 1,939,709 | 12/3/2018 | |
2.2.0-preview3-35497 | 1,395 | 10/17/2018 | |
2.2.0-preview2-35157 | 1,730 | 9/12/2018 | |
2.2.0-preview1-35029 | 1,512 | 8/22/2018 | |
2.1.1 | 1,121,646 | 6/18/2018 | |
2.1.0 | 210,569 | 5/29/2018 | |
2.1.0-rc1-final | 2,223 | 5/6/2018 | |
2.1.0-preview2-final | 1,755 | 4/10/2018 | |
2.1.0-preview1-final | 2,036 | 2/26/2018 | |
2.0.2 | 16,247 | 5/7/2018 | |
2.0.1 | 25,194 | 3/13/2018 | |
2.0.0 | 93,535 | 8/11/2017 | |
2.0.0-preview2-final | 1,557 | 6/28/2017 | |
2.0.0-preview1-final | 1,560 | 5/10/2017 | |
1.1.2 | 72,652 | 5/9/2017 | |
1.1.1 | 44,036 | 3/6/2017 | |
1.1.0 | 20,167 | 11/16/2016 | |
1.1.0-preview1-final | 1,568 | 10/24/2016 | |
1.0.2 | 5,005 | 3/6/2017 | |
1.0.1 | 7,381 | 12/12/2016 | |
1.0.0 | 87,192 | 6/27/2016 | |
1.0.0-rc2-final | 1,792 | 5/16/2016 | |
1.0.0-rc1-final | 19,473 | 11/18/2015 |