Info
Version: | 1.0.3 |
Author(s): | Observito |
Last Update: | Wednesday, September 25, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/observito/EventSourceLogger |
NuGet Url: | https://www.nuget.org/packages/Observito.Trace.EventSourceLogger |
Install
Install-Package Observito.Trace.EventSourceLogger
dotnet add package Observito.Trace.EventSourceLogger
paket add Observito.Trace.EventSourceLogger
Observito.Trace.EventSourceLogger Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Logging.Abstractions(>= 3.0.0)
- Observito.Trace.EventSourceFormatter(>= 1.0.3)
Tags
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.