This repository hosts the projects for three separate NuGet packages:
-
Provides a Serilog Sink for writing log events to a named pipe.
Read more about it in README-Sink.md.
-
Serilog.Sinks.NamedPipe.Reader
Provides functionality for reading Serilog log events asynchronously from a named pipe.
Read more about it in README-Reader.md.
-
Serilog.Sinks.NamedPipe.Factories
Provides functionality for creating a factory that provides a pipe to read/write log events. This package is used by the other two packages so you'll get it as a transitive dependency if you install either of the other two packages.
Read more about it in README-Factories.md.
These libraries are licensed under the MIT License.