Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lethek/serilog.sinks.namedpipe
A Serilog sink that writes events to a named pipe
https://github.com/lethek/serilog.sinks.namedpipe
named-pipes serilog serilog-sink sink
Last synced: about 1 month ago
JSON representation
A Serilog sink that writes events to a named pipe
- Host: GitHub
- URL: https://github.com/lethek/serilog.sinks.namedpipe
- Owner: lethek
- License: mit
- Created: 2023-07-18T12:47:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-14T02:12:16.000Z (over 1 year ago)
- Last Synced: 2024-11-10T13:09:32.533Z (about 2 months ago)
- Topics: named-pipes, serilog, serilog-sink, sink
- Language: C#
- Homepage:
- Size: 212 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serilog.Sinks.NamedPipe
[![NuGet](https://img.shields.io/nuget/v/Serilog.Sinks.NamedPipe.svg)](https://www.nuget.org/packages/Serilog.Sinks.NamedPipe)
[![Build](https://github.com/lethek/Serilog.Sinks.NamedPipe/actions/workflows/dotnet.yml/badge.svg)](https://github.com/lethek/Serilog.Sinks.NamedPipe/actions/workflows/dotnet.yml)
[![License](https://img.shields.io/github/license/lethek/Serilog.Sinks.NamedPipe)](https://github.com/lethek/Serilog.Sinks.NamedPipe/blob/master/LICENSE)This repository hosts the projects for three separate NuGet packages:
- [Serilog.Sinks.NamedPipe](https://www.nuget.org/packages/Serilog.Sinks.NamedPipe)
Provides a Serilog Sink for writing log events to a named pipe.
Read more about it in [README-Sink.md](README-Sink.md).
- [Serilog.Sinks.NamedPipe.Reader](https://www.nuget.org/packages/Serilog.Sinks.NamedPipe.Reader)
Provides functionality for reading Serilog log events asynchronously from a named pipe.
Read more about it in [README-Reader.md](README-Reader.md).
- [Serilog.Sinks.NamedPipe.Factories](https://www.nuget.org/packages/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](README-Factories.md).
## License
These libraries are licensed under the [MIT License](https://opensource.org/licenses/MIT).