![]() |
VOOZH | about |
dotnet add package Microsoft.Extensions.Logging.EventLog --version 10.0.9
NuGet\Install-Package Microsoft.Extensions.Logging.EventLog -Version 10.0.9
<PackageReference Include="Microsoft.Extensions.Logging.EventLog" Version="10.0.9" />
<PackageVersion Include="Microsoft.Extensions.Logging.EventLog" Version="10.0.9" />Directory.Packages.props
<PackageReference Include="Microsoft.Extensions.Logging.EventLog" />Project file
paket add Microsoft.Extensions.Logging.EventLog --version 10.0.9
#r "nuget: Microsoft.Extensions.Logging.EventLog, 10.0.9"
#:package Microsoft.Extensions.Logging.EventLog@10.0.9
#addin nuget:?package=Microsoft.Extensions.Logging.EventLog&version=10.0.9Install as a Cake Addin
#tool nuget:?package=Microsoft.Extensions.Logging.EventLog&version=10.0.9Install as a Cake Tool
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
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. |
|
|
CTS.T4TraceListener
CTS Futures - T4 Trace Listener |
Showing the top 20 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 10.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
管理“此电脑”里删不掉的流氓“快捷方式”(包括侧边栏),同时可自己添加这类“快捷方式”
|
|
|
bitfoundation/bitplatform
Build all of your apps using what you already know and love ❤️
|
|
|
MarimerLLC/csla
A home for your business logic in any .NET application.
|
|
|
yourtablecloth/TableCloth
식탁보 프로젝트
|
|
|
gaseous-project/gaseous-server
A game ROM manager, with a built in web based emulator using multiple sources to identify and provide metadata
|
|
|
Ashfaaq18/OpenNetMeter
A simple program to monitor your network/data usage. Made for the average windows user.
|
|
|
microsoft/RTVS
R Tools for Visual Studio.
|
|
|
shahedc/NetLearnerApp
NetLearner: The Internet Resource Learning Helper built with ASP .NET Core
|
|
|
container-desktop/container-desktop
Provides an alternative for Docker for Desktop on Windows using WSL2.
|
|
|
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.
|
|
| dotnet/AspNetCore.Docs.Samples | |
|
gnsilence/HangfireHttpJob
hangfire的拓展程序,在原作者基础上增加了一些功能,调用api的方式来执行定时任务
|
|
|
RiddleTime/Race-Element
Solutions for Driving and Flight Simulators
|
|
|
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 |
|---|---|---|
| 11.0.0-preview.5.26302.115 | 4,238 | 6/9/2026 |
| 11.0.0-preview.4.26230.115 | 20,223 | 5/12/2026 |
| 11.0.0-preview.3.26207.106 | 14,088 | 4/14/2026 |
| 11.0.0-preview.2.26159.112 | 23,905 | 3/10/2026 |
| 11.0.0-preview.1.26104.118 | 18,831 | 2/10/2026 |
| 10.0.9 | 825,219 | 6/9/2026 |
| 10.0.8 | 5,245,580 | 5/12/2026 |
| 10.0.7 | 7,788,342 | 4/21/2026 |
| 10.0.6 | 2,130,848 | 4/14/2026 |
| 10.0.5 | 9,283,213 | 3/12/2026 |
| 10.0.4 | 817,336 | 3/10/2026 |
| 10.0.3 | 8,436,664 | 2/10/2026 |
| 10.0.2 | 9,140,912 | 1/13/2026 |
| 10.0.1 | 9,227,095 | 12/9/2025 |
| 9.0.17 | 47,604 | 6/9/2026 |
| 9.0.16 | 252,534 | 5/12/2026 |
| 9.0.15 | 668,925 | 4/14/2026 |
| 9.0.14 | 942,360 | 3/10/2026 |
| 9.0.13 | 809,495 | 2/10/2026 |
| 9.0.12 | 1,326,811 | 1/13/2026 |