{"id":46029488,"url":"https://github.com/launchdarkly/dotnet-logging-adapter-ms","last_synced_at":"2026-03-01T03:34:31.206Z","repository":{"id":43110102,"uuid":"369011118","full_name":"launchdarkly/dotnet-logging-adapter-ms","owner":"launchdarkly","description":"Adapter from LaunchDarkly.Logging API to Microsoft.Extensions.Logging","archived":false,"fork":false,"pushed_at":"2025-11-17T17:42:43.000Z","size":1731,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":35,"default_branch":"main","last_synced_at":"2025-11-17T18:24:02.655Z","etag":null,"topics":["c-sharp","csharp","dotnet","feature-flags","feature-toggles","launchdarkly","launchdarkly-sdk","launchdarkly-sdk-component","managed-by-terraform"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/launchdarkly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-05-19T21:58:58.000Z","updated_at":"2025-11-17T17:42:45.000Z","dependencies_parsed_at":"2024-11-15T22:22:12.202Z","dependency_job_id":"7795b811-5478-4232-8e19-1ff61a0b62a2","html_url":"https://github.com/launchdarkly/dotnet-logging-adapter-ms","commit_stats":{"total_commits":13,"total_committers":3,"mean_commits":4.333333333333333,"dds":"0.23076923076923073","last_synced_commit":"56c6094afca9ec9d012f67036b831eb210557afa"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/launchdarkly/dotnet-logging-adapter-ms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchdarkly%2Fdotnet-logging-adapter-ms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchdarkly%2Fdotnet-logging-adapter-ms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchdarkly%2Fdotnet-logging-adapter-ms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchdarkly%2Fdotnet-logging-adapter-ms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/launchdarkly","download_url":"https://codeload.github.com/launchdarkly/dotnet-logging-adapter-ms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchdarkly%2Fdotnet-logging-adapter-ms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29959400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T01:47:18.291Z","status":"online","status_checked_at":"2026-03-01T02:00:07.437Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-sharp","csharp","dotnet","feature-flags","feature-toggles","launchdarkly","launchdarkly-sdk","launchdarkly-sdk-component","managed-by-terraform"],"created_at":"2026-03-01T03:34:30.620Z","updated_at":"2026-03-01T03:34:31.197Z","avatar_url":"https://github.com/launchdarkly.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LaunchDarkly Logging API for .NET - Microsoft.Extensions.Logging Adapter\n\n[![NuGet](https://img.shields.io/nuget/v/LaunchDarkly.Logging.Microsoft.svg?style=flat-square)](https://www.nuget.org/packages/LaunchDarkly.Logging.Microsoft/)\n[![Actions Status](https://github.com/launchdarkly/dotnet-logging-adapter-ms/actions/workflows/ci.yml/badge.svg)](https://github.com/launchdarkly/dotnet-logging-adapter-ms/actions/workflows/ci.yml)\n[![Documentation](https://img.shields.io/static/v1?label=GitHub+Pages\u0026message=reference\u0026color=00add8)](https://launchdarkly.github.io/dotnet-logging-adapter-ms)\n\n## Overview\n\nThis .NET package provides integration from the [`LaunchDarkly.Logging`](https://launchdarkly.github.io/dotnet-logging) API that is used by the LaunchDarkly [.NET SDK](https://github.com/launchdarkly/dotnet-server-sdk), [Xamarin SDK](https://github.com/launchdarkly/xamarin-client-sdk), and other LaunchDarkly libraries, to the Microsoft logging framework [`Microsoft.Extensions.Logging`](https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.logging?view=dotnet-plat-ext-5.0).\n\nFor more information and examples, see the [API documentation](https://launchdarkly.github.io/dotnet-logging-adapter-ms).\n\n## Supported .NET versions\n\nThe 3.x version of the package, which references `Microsoft.Extensions.Logging` version 6.x, is built for two target frameworks:\n\n* .NET Standard 2.1: runs in .NET Core 3.1 and above, or in .NET 5.0 and above, or in library code that is targeted to .NET Standard 2.1 and above.\n* .NET Standard 2.0: runs in .NET Framework 4.6.1 and above, or in library code that is targeted to .NET Standard 2.0.\n\nThe .NET build tools should automatically load the most appropriate build of the library for whatever platform your application or library is targeted to.\n\nThe 2.x version of `LaunchDarkly.Logging.Microsoft` is for use with `Microsoft.Extensions.Logging` version 5.x, and is functionally identical otherwise.\n\nNew versions of `LaunchDarkly.Logging.Microsoft` will be released as necessary to support higher versions of `Microsoft.Extensions.Logging` as they become available.\n\n## Contributing\n\nSee [Contributing](https://github.com/launchdarkly/dotnet-logging-adapter-ms/blob/master/CONTRIBUTING.md).\n\n## Signing\n\nThe published version of this assembly is digitally signed with Authenticode and [strong-named](https://docs.microsoft.com/en-us/dotnet/framework/app-domains/strong-named-assemblies). Building the code locally in the default Debug configuration does not use strong-naming and does not require a key file. The public key file is in this repo at `LaunchDarkly.Logging.pk` as well as here:\n\n```\nPublic Key:\n2400000080040000009400000206000024000000535231410400000000010001\nafcbfe1e33dbb0c823ca71ef053aed35a49a7f1e601d9ee27fe86b78062b1d83\n30814ed41ccaf3817ff3f699766e5debb3dd46fd75f7439fc2fe390fcee65465\na8a17f69f1bef56e253fc9166096c907514ab74b812d041faa04712e2bcb243d\n1038eed2b0023a35a41782d70c65cb4b51d189576df0b7846e9378a5d0758a39\n\nPublic Key Token: d9182e4b0afd33e7\n```\n\n## About LaunchDarkly\n \n* LaunchDarkly is a continuous delivery platform that provides feature flags as a service and allows developers to iterate quickly and safely. We allow you to easily flag your features and manage them from the LaunchDarkly dashboard.  With LaunchDarkly, you can:\n    * Roll out a new feature to a subset of your users (like a group of users who opt-in to a beta tester group), gathering feedback and bug reports from real-world use cases.\n    * Gradually roll out a feature to an increasing percentage of users, and track the effect that the feature has on key metrics (for instance, how likely is a user to complete a purchase if they have feature A versus feature B?).\n    * Turn off a feature that you realize is causing performance problems in production, without needing to re-deploy, or even restart the application with a changed configuration file.\n    * Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan). Disable parts of your application to facilitate maintenance, without taking everything offline.\n* LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Check out [our documentation](https://docs.launchdarkly.com/docs) for a complete list.\n* Explore LaunchDarkly\n    * [launchdarkly.com](https://www.launchdarkly.com/ \"LaunchDarkly Main Website\") for more information\n    * [docs.launchdarkly.com](https://docs.launchdarkly.com/  \"LaunchDarkly Documentation\") for our documentation and SDK reference guides\n    * [apidocs.launchdarkly.com](https://apidocs.launchdarkly.com/  \"LaunchDarkly API Documentation\") for our API documentation\n    * [blog.launchdarkly.com](https://blog.launchdarkly.com/  \"LaunchDarkly Blog Documentation\") for the latest product updates\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchdarkly%2Fdotnet-logging-adapter-ms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaunchdarkly%2Fdotnet-logging-adapter-ms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchdarkly%2Fdotnet-logging-adapter-ms/lists"}