Serilog.Sinks.EventLog 5.0.0-dev-00091

Serilog.Sinks.EventLog

Build status NuGet Version

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:

Screenshot

Showing the top 20 packages that depend on Serilog.Sinks.EventLog.

Packages Downloads
Serilog.Exceptions
Log exception details and custom properties that are not output in Exception.ToString().
58

.NET Framework 4.6.2

.NET Framework 4.7.1

.NET 6.0

.NET 8.0

.NET Standard 2.0

Version Downloads Last updated
5.0.0-dev-00091 46 01/31/2025
4.0.1-dev-00087 44 12/19/2024
4.0.0 41 12/29/2024
4.0.0-dev-00079 43 12/24/2024
4.0.0-dev-00077 43 12/24/2024
3.1.0 38 05/29/2024
3.1.0-dev-00060 43 05/29/2024
3.1.0-dev-00056 46 05/29/2024
3.1.0-dev-00049 46 05/29/2024
3.0.47 45 05/29/2024
3.0.37-dev-00048 45 05/29/2024
3.0.37-dev-00043 49 05/29/2024
3.0.37-dev-00040 39 05/29/2024
3.0.37-dev-00038 47 05/29/2024
3.0.36 43 05/29/2024
2.1.30 39 05/29/2024
2.0.22 45 05/29/2024
2.0.21 49 05/29/2024
2.0.13 44 05/29/2024
1.5.11 45 05/29/2024
1.5.8 41 05/29/2024
1.5.4 41 05/29/2024
1.5.3 45 05/29/2024
1.5.2 45 05/29/2024
1.5.1 48 05/29/2024
1.4.196 46 05/29/2024
1.4.182 49 05/29/2024
1.4.168 49 05/29/2024
1.4.155 46 05/29/2024
1.4.139 33 05/29/2024
1.4.118 38 05/29/2024
1.4.113 42 05/29/2024
1.4.102 42 05/29/2024
1.4.99 46 05/29/2024
1.4.97 43 05/29/2024
1.4.76 45 05/29/2024
1.4.39 43 05/29/2024
1.4.34 42 05/29/2024
1.4.28 43 05/29/2024
1.4.27 42 05/29/2024
1.4.23 48 05/29/2024
1.4.22 42 05/29/2024
1.4.21 39 05/29/2024
1.4.18 42 05/29/2024