There are 0 repository under serilog-extension topic.
:nut_and_bolt: PoShLog is PowerShell cross-platform logging module. It allows you to log structured event data into console, file and much more places easily. It's built upon great C# logging library Serilog - https://serilog.net/
[Discontinued] Serilog web request logging and enrichment for classic ASP.NET applications
Serilog.Sinks.TelegramBot is a library to save logging information from Serilog to Telegram. The assembly was written and tested in .Net 8.0 or above
This is a sink for the Serilog logger that allows you to log just to your Telegram. For you're convenience this sink can format logs as a summary of events that happened during a period
Automatic log request and response from RestSharp using Serilog
[Discontinued] ASP.NET WebAPI support for SerilogWeb.Classic
Autofac plug-in for Serilog.
[Discontinued] ASP.NET MVC support for SerilogWeb.Classic
Integrate Excel-DNA Diagnostic Logging with your Serilog logging pipeling within your Excel-DNA add-in
Use Fluent API to control how complex types are logged to Serilog.
Serilog extension to enable logging through serilog for Microsoft Azure WebJobs.
Minimal, Effective, Safe and Fully Async Serilog Sink that allows sending messages to pre-defined list of users in Telegram chat. It uses HttpClient with lifetime of logger (singleton in fact), Channel as queue and StringBuilder pool to optimize memory using (no mem leaks) and performance.
Serilog example and different usage of serilog for different type of .Net Projects
PropertyBagEnricher and C# extension methods for Serilog.ILogger.
Simple Serilog http server. Set your serilog http enricher to this and enjoy exploring your logs on your own server/hosting workspace
This API simulates a real-world background file processing service. CSV files uploaded by authenticated users are queued and processed line by line using a background service. This architecture showcases common backend engineering patterns.
A collection of helper functions for the Serilog logging tool.
Enriches Serilog log events by adding exception properties when the log event includes an exception.
serilog,seq,serilog docker,seq docker
A library to allow you dynamically switch the Serilog logger log level at run time for debugging