bug
Something isn't working
help wanted
Good for taking. Extra help will be provided by maintainers
good first issue
Good for newcomers
#
ilogger
Here are 20 public repositories matching this topic...
C# .Net Core 2 Splunk ILogger Compatible Implementation
-
Updated
Oct 21, 2019 - C#
Autofac plug-in for Serilog.
-
Updated
Jan 9, 2021 - C#
Forwards JavaScript logs to ASP.NET Core.
-
Updated
Sep 8, 2020 - C#
Microsoft.Extensions.Logging compatible logger posting to ElasticSearch
-
Updated
Apr 12, 2022 - C#
Implementation of Logging in SQL Server Database for Dot Net Core Applications.
-
Updated
Jan 27, 2022 - C#
The purpose of this project is to build a complete demo solution to manage some areas of project management office software like backlog, project, task, etc.
typescript
clean-code
sql-server-database
api-rest
swagger-ui
asp-net-core
onion-architecture
mediatr
ilogger
cqrs-pattern
angular12
-
Updated
Sep 22, 2021 - C#
.Net ILogger and ILoggerProvider implementation of Microsoft.Extensions.Logging for AWS CloudWatch Logs that supports scopes and structured logging.
-
Updated
May 1, 2022 - C#
Wrapper for ILogger with special functionality
-
Updated
Sep 19, 2017 - C#
Automatically inject ILogger as property from the unity container
injection-framework
unity-container
microsoft-extensions-logging
property-injection
ilogger
iloggerfactory
-
Updated
Nov 19, 2021 - C#
Improve this page
Add a description, image, and links to the ilogger topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ilogger topic, visit your repo's landing page and select "manage topics."


Bug Report
If you use the B3 propagator with e.g. the Grpc.Core instrumentation then it fails to connect the parent spans to the new server spans because gRPC headers are always lower case.
The issue is that the B3 propagator does not store the headers as lower case and then this line in the Grpc.Core instrumentation does not do case-insensitive comparison: https://github.com/open-telemetry/