serilog-enricher
There are 21 repositories under serilog-enricher topic.
serilog-web/classic
[Discontinued] Serilog web request logging and enrichment for classic ASP.NET applications
ThiagoBarradas/restsharp-serilog-auto
Automatic log request and response from RestSharp using Serilog
hgmauri/sample-log-monitoring
Example of configuring Health Check and Serilog using Elastic Stack, Datalust Seq and Application Insights in .NET 7.0
serilog-web/classic-webapi
[Discontinued] ASP.NET WebAPI support for SerilogWeb.Classic
matjazbravc/Logging.Microservice.Architecture.Demo
A good and meaningful logging system in Microservices Architecture (MSA) is crucial for tracing failures. Because without it, our system will lost control. We would know that something is wrong or broken, but be unable to figure out exactly what, or at least not be able to do that without spending a lot of time searching for the problem. This wasted time can always be spent in better, more productive way. Do you agree?
optical/SerilogExceptionalLogContext
A Serilog enricher which captures exception log context as soon as the exception is raised, preventing loss of context.
serilog-web/classic-mvc
[Discontinued] ASP.NET MVC support for SerilogWeb.Classic
serilog-contrib/serilog-enrichers-memory
An enricher for Serilog which outputs memory usage
serilog-contrib/serilog-enrichers-exceldna
A Serilog Enricher with properties from Excel-DNA add-ins
intility/serilog-enrichers-azureclaims
A Serilog enricher that enriches the log event with claims from Azure v1 and v2 accesstokens.
DiFFoZ/Serilog.Enrichers.StackCleaner
Clears up stack traces to make them much more readable during debugging.
elmahio/Elmah.Io.AspNetCore.Serilog
Middleware that decorates all log messages from ASP.NET Core with HTTP context information like URL and status code.
gcsizmadia/EgonsoftHU.Extensions.Logging.Serilog
PropertyBagEnricher and C# extension methods for Serilog.ILogger.
geeksarray/generate-log-using-serilog-and-seq-in-asp-net-core-mvc6
Serilog is a structured logging system that creates log messages and captures key attributes and data about the message's context. Serilog generates log messages as data, not just plain text. You can efficiently perform structured queries on these messages.
chinmay-trivedi/SeriLogExamples
Serilog example and different usage of serilog for different type of .Net Projects
collector-bank/serilog-enrichers-threadcontext
Enriches Serilog events with CorrelationId and UnitOfWorkId based on the current thread task context.
emreksbyn/SerilogDemo
In this repository, I made an example of logging with Serilog. ".Net Core API" controllers are logged with the log layer.
mleyb/serilog-enrichers-ec2
Serilog enricher for AWS EC2
reiugit/WebApiWithSerilogAndSeq
WebAPI with Serilog and Seq
NightWatchman/Serilog.Enrichers.ExceptionProperties
Enriches Serilog log events by adding exception properties when the log event includes an exception.