Top 20 NuGet eventsource Packages

Subset of EtwStream, only for InProcess logging, does not dependent TraceEvent.
Cars and Event Store and CQRS implementation for .Net Core
This package is synced with the Microsoft.Diagnostics.Tracing.EventSource package. The Semantic Logging Application Block (SLAB) provides a set of destinations (sinks) to persist application events published using a subclass of the EventSource class from the System.Diagnostics.Tracing namesp...
This package is synced with the Microsoft.Diagnostics.Tracing.EventSource package. The Semantic Logging Application Block provides a set of destinations (sinks) to persist application events published using a subclass of the EventSource class from the System.Diagnostics.Tracing namespace. Sin...
Subset of EtwStream, only for InProcess logging, does not dependent TraceEvent.
Logs are event streams. EtwStream provides In-Process and Out-of-Process ObservableEventListener. Everything can compose and output to anywhere by Reactive Extensions.
Package Description
Forward EventSource messages to an underlying logger. This could be e.g. the event log. This library eliminates the need to do both in-process event tracing (via EventSource) and logging. Instead use this library to forward a subset of events to the event log.
Fluent Projections provides a configurable hub that handles messages and map them to database projections (read models).
This package includes DevUtils.ETWIMBA for firing ETW events from managed code and Performance Counters. It enables defining a strongly typed specification of an ETW provider that can be called by managed code. This package provides a newer version that has more features. It is meant to be used as a...
This package includes eventRegister.exe, which enables validation and registration of user defined EventSource classes. It supports both BCL event sources (classes derived from System.Diagnostics.Tracing.EventSource) and NuGet event sources (classes derived from Microsoft.Diagnostics.Tracing.EventSo...
This package includes samples illustrating the use of the Microsoft.Diagnostics.Tracing.EventSource library. Works best if you create a console app called 'DemoEventSource' and reference this package.
This MSBuild task generates documentation for Events in a ETW EventSource class. This can combine event method comments like summary and resolution to helps Operations take action on the events. /// <summary> /// The request processing error during processing. /// </summary> ...
General-purpose ETW Deserializer library supporting .NET EventSource, Windows MOF, Kernel, and XPERF Profiling events
Classes, interfaces and extensions helping set up Eventsourcing.
Formatting for EventSource in-process event data (i.e. OnEventsWrittenEventArgs). Allows transformation and inclusion/exclusion of payload values.
Continuous recording of in-process event sources. Useful for logging last events before an exception, e.g. unhandled top level exceptions.
Modified to take a multi-targeting approach so that it can be consumed from either .NET Standard 2.1 or by .NET Framework 4.7.2 or above. Automatically implements the tedious part of the .NET 4.5 EventSource class. Also automatically converts any interface to an ETW trace point. Wrap your interfaces...