Serilog.Sinks.EventLog
4.0.0-dev-00077
Prefix Reserved
See the version list below for details.
dotnet add package Serilog.Sinks.EventLog --version 4.0.0-dev-00077
NuGet\Install-Package Serilog.Sinks.EventLog -Version 4.0.0-dev-00077
<PackageReference Include="Serilog.Sinks.EventLog" Version="4.0.0-dev-00077" />
<PackageVersion Include="Serilog.Sinks.EventLog" Version="4.0.0-dev-00077" />
<PackageReference Include="Serilog.Sinks.EventLog" />
paket add Serilog.Sinks.EventLog --version 4.0.0-dev-00077
#r "nuget: Serilog.Sinks.EventLog, 4.0.0-dev-00077"
#:package Serilog.Sinks.EventLog@4.0.0-dev-00077
#addin nuget:?package=Serilog.Sinks.EventLog&version=4.0.0-dev-00077&prerelease
#tool nuget:?package=Serilog.Sinks.EventLog&version=4.0.0-dev-00077&prerelease
Serilog.Sinks.EventLog
A Serilog sink that writes events to the Windows Event Log.
Important: version 3.0 of this sink changed the default value of manageEventSource
from true
to false
. Applications that run with administrative privileges, and that can therefore create event sources on-the-fly, can opt in by providing manageEventSource: true
as a configuration option.
Getting started
First, install the package from NuGet:
dotnet add package Serilog.Sinks.EventLog
The sink is configured by calling WriteTo.EventLog()
on the LoggerConfiguration
:
Log.Logger = new LoggerConfiguration()
.WriteTo.EventLog("Sample App", manageEventSource: true)
.CreateLogger();
Log.Information("Hello, Windows Event Log!");
Log.CloseAndFlush();
Events will appear under the Application log with the specified source name:
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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 is compatible. net463 was computed. net47 was computed. net471 is compatible. 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.2
- Serilog (>= 4.0.0)
-
.NETFramework 4.7.1
- Serilog (>= 4.0.0)
-
.NETStandard 2.0
- Serilog (>= 4.0.0)
- System.Diagnostics.EventLog (>= 8.0.0)
-
net6.0
- Serilog (>= 4.0.0)
- System.Diagnostics.EventLog (>= 8.0.0)
-
net8.0
- Serilog (>= 4.0.0)
- System.Diagnostics.EventLog (>= 8.0.0)
NuGet packages (35)
Showing the top 5 NuGet packages that depend on Serilog.Sinks.EventLog:
Package | Downloads |
---|---|
Epsagon.Dotnet.Core
Package Description |
|
BlackMaple.MachineFramework
FMS Insight is a client and server which runs on an flexible machining system (FMS) cell controller. It provides a server which stores a log of all events and stores a log of planned jobs, a server which translates incomming planned jobs into jobs in the cell controller, a REST-like HTTP API which allows other programs to view the events and create planned jobs, and an HTML client which displays a dashboard, station monitor, and data analysis based on the log of events, planned jobs, and current cell status. |
|
OptimaJet.Logging
Base logger for the WorkflowServer and DWKit. |
|
Autoware.Util
Pacote que contempla funções utils. |
|
PS.Common.Foundation.Package
PS.Common.Foundation.Package.Nuget Description |
GitHub repositories (8)
Showing the top 8 popular GitHub repositories that depend on Serilog.Sinks.EventLog:
Repository | Stars |
---|---|
win-acme/win-acme
A simple ACME client for Windows (for use with Let's Encrypt et al.)
|
|
rnwood/smtp4dev
smtp4dev - the fake smtp email server for development and testing
|
|
DaxStudio/DaxStudio
DAX Studio is a tool to write, execute, and analyze DAX queries in Power BI Desktop, Power Pivot for Excel, and Analysis Services Tabular.
|
|
Jorixon/JASM
Just Another Skin Manager
|
|
simple-acme/simple-acme
A simple cross platform ACME client (for use with Let's Encrypt et al.)
|
|
dragonfruitnetwork/onionfruit
OnionFruit™ - Connect to the Tor network with minimal effort
|
|
container-desktop/container-desktop
Provides an alternative for Docker for Desktop on Windows using WSL2.
|
|
newrelic/newrelic-dotnet-agent
The New Relic .NET language agent.
|
Version | Downloads | Last Updated |
---|---|---|
5.0.0-dev-00091 | 4,183 | 1/27/2025 |
4.0.1-dev-00087 | 13,212 | 6/23/2024 |
4.0.0 | 2,373,749 | 6/14/2024 |
4.0.0-dev-00079 | 602 | 6/9/2024 |
4.0.0-dev-00077 | 570 | 6/9/2024 |
3.1.0 | 9,035,737 | 6/15/2018 |
3.1.0-dev-00060 | 2,642 | 6/12/2018 |
3.1.0-dev-00056 | 12,303 | 1/23/2018 |
3.1.0-dev-00049 | 2,581 | 11/23/2017 |
3.0.47 | 773,789 | 11/23/2017 |
3.0.37-dev-00048 | 2,409 | 11/23/2017 |
3.0.37-dev-00043 | 3,056 | 5/14/2017 |
3.0.37-dev-00040 | 3,021 | 2/13/2017 |
3.0.37-dev-00038 | 3,071 | 10/14/2016 |
3.0.36 | 352,445 | 9/21/2016 |
2.1.30 | 93,328 | 8/23/2016 |
2.0.22 | 82,799 | 8/12/2016 |
2.0.21 | 81,850 | 8/12/2016 |
2.0.13 | 101,210 | 7/12/2016 |
1.5.11 | 183,191 | 6/15/2015 |
1.5.8 | 83,059 | 5/28/2015 |
1.5.4 | 86,661 | 4/2/2015 |
1.5.3 | 82,052 | 4/1/2015 |
1.5.2 | 81,965 | 3/30/2015 |
1.5.1 | 82,196 | 3/27/2015 |
1.4.196 | 85,929 | 2/22/2015 |
1.4.182 | 82,415 | 2/15/2015 |
1.4.168 | 82,298 | 2/8/2015 |
1.4.155 | 82,114 | 2/1/2015 |
1.4.139 | 82,426 | 1/23/2015 |
1.4.118 | 82,157 | 1/13/2015 |
1.4.113 | 84,676 | 1/6/2015 |
1.4.102 | 82,461 | 12/21/2014 |
1.4.99 | 82,383 | 12/18/2014 |
1.4.97 | 82,255 | 12/18/2014 |
1.4.76 | 82,359 | 12/8/2014 |
1.4.39 | 82,148 | 11/26/2014 |
1.4.34 | 82,071 | 11/24/2014 |
1.4.28 | 82,064 | 11/24/2014 |
1.4.27 | 82,120 | 11/23/2014 |
1.4.23 | 82,182 | 11/21/2014 |
1.4.22 | 82,101 | 11/21/2014 |
1.4.21 | 82,097 | 11/21/2014 |
1.4.18 | 82,393 | 11/18/2014 |
1.4.15 | 83,406 | 11/4/2014 |
1.4.14 | 82,446 | 10/23/2014 |
1.4.13 | 81,966 | 10/23/2014 |
1.4.12 | 82,162 | 10/12/2014 |
1.4.11 | 81,935 | 10/8/2014 |
1.4.10 | 82,103 | 9/26/2014 |
1.4.9 | 82,015 | 9/17/2014 |
1.4.8 | 82,000 | 9/11/2014 |
1.4.7 | 82,029 | 9/1/2014 |
1.4.6 | 81,995 | 8/31/2014 |
1.4.5 | 81,989 | 8/27/2014 |
1.4.4 | 81,947 | 8/27/2014 |
1.4.3 | 81,977 | 8/25/2014 |
1.4.2 | 82,029 | 8/23/2014 |
1.4.1 | 81,999 | 8/23/2014 |
1.3.43 | 82,085 | 8/4/2014 |
1.3.42 | 81,924 | 7/30/2014 |
1.3.41 | 82,022 | 7/28/2014 |
1.3.40 | 81,939 | 7/26/2014 |
1.3.39 | 81,886 | 7/25/2014 |
1.3.37 | 81,871 | 7/25/2014 |
1.3.36 | 82,011 | 7/20/2014 |
1.3.35 | 81,943 | 7/17/2014 |
1.3.34 | 82,067 | 7/6/2014 |
1.3.33 | 82,038 | 6/30/2014 |
1.3.30 | 82,040 | 6/19/2014 |
1.3.29 | 82,023 | 6/19/2014 |
1.3.28 | 81,932 | 6/19/2014 |
1.3.27 | 81,924 | 6/18/2014 |
1.3.26 | 82,000 | 6/18/2014 |
1.3.25 | 82,268 | 6/9/2014 |
1.3.24 | 82,088 | 5/21/2014 |
1.3.23 | 81,992 | 5/20/2014 |
1.3.20 | 82,006 | 5/18/2014 |
1.3.19 | 81,935 | 5/17/2014 |
1.3.18 | 81,954 | 5/17/2014 |
1.3.17 | 82,009 | 5/17/2014 |
1.3.16 | 81,940 | 5/17/2014 |
1.3.15 | 82,037 | 5/16/2014 |
1.3.14 | 82,062 | 5/16/2014 |
1.3.13 | 81,985 | 5/16/2014 |
1.3.12 | 81,950 | 5/14/2014 |
1.3.7 | 82,006 | 5/11/2014 |
1.3.6 | 81,995 | 5/9/2014 |
1.3.5 | 82,052 | 5/6/2014 |
1.3.4 | 82,034 | 5/4/2014 |
1.3.3 | 82,134 | 4/28/2014 |
1.3.1 | 81,988 | 4/26/2014 |
1.2.53 | 82,168 | 4/26/2014 |
1.2.52 | 82,279 | 4/24/2014 |
1.2.51 | 82,275 | 4/18/2014 |
1.2.50 | 82,190 | 4/18/2014 |
1.2.49 | 82,244 | 4/17/2014 |
1.2.48 | 82,174 | 4/14/2014 |
1.2.47 | 82,223 | 4/14/2014 |
1.2.45 | 82,102 | 4/13/2014 |
1.2.44 | 82,193 | 4/9/2014 |
1.2.41 | 82,129 | 4/7/2014 |
1.2.40 | 82,058 | 4/7/2014 |
1.2.39 | 82,092 | 3/29/2014 |
1.2.37 | 82,100 | 3/29/2014 |
1.2.29 | 82,123 | 3/16/2014 |
1.2.27 | 82,048 | 3/14/2014 |
1.2.26 | 82,051 | 3/12/2014 |
1.2.25 | 87,699 | 2/20/2014 |