-
Hi Guys,
I'm using Microsoft.Extension.Logging (MEL) to abstract the logging in my application.
Following is a working code using the MEL default logger (for Console).
What modifications do I…
-
# Steps to reproduce
Running this scrip:
```powershell
Import-Module ActiveDirectory
Get-ADUser -Filter 'Name -like "*adm*"' | Format-Table Name,SamAccountName -A
```
With the version 7.0.…
-
Create the initial scaffolding for the Asp Net Core API. This should expose one controller-based API, with a single GET endpoint which returns the object sent in the body --- no persistence.
Items …
-
When I use extension methods for `ILogger`, I get the below error message (but not on my serilog tests, it's usually during other tests in my pipeline, which is confusing to me because I would think t…
-
**Describe the bug**
[This page](https://github.com/elastic/apm-agent-dotnet/blob/master/docs/log-correlation.asciidoc) describes that I can use `Elastic.Apm.SerilogEnricher` and `Elastic.CommonSchem…
-
We should probably add a story for logging. I'm a huge user of Serilog however I don't want to enforce library choice on anyone because they could use __.
Since we'll have to couple to something, …
-
Add Exceptions extensions.
reference to:
https://github.com/RehanSaeed/Serilog.Exceptions
-
I see that timestamp rounding in GELF is 3
https://github.com/whir1/serilog-sinks-graylog/blob/51c5f255729eb3e5dd5615f238f8456cc19bbe14/src/Serilog.Sinks.Graylog.Core/Extensions/DateTimeExtensions.cs…
-
I haven't been able to find a good way to do configuration-driven setup of the Loggly sink in a .NET Core app. It doesn't look like I can specify anything like
```
{
"Serilog": {
"WriteTo": …
-
I was surprised when I first used my custom sink and it was being hit the first time immediately, no matter the interval I configured in the constructor.
My scenario would benefit from only running…