launchdarkly / dotnet-logging-adapter-commonlogging

Adapter from LaunchDarkly.Logging API to Common.Logging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaunchDarkly Logging API for .NET - Common.Logging Adapter

NuGet CircleCI Documentation

Overview

This .NET package provides integration from the LaunchDarkly.Logging API that is used by the LaunchDarkly .NET SDK, Xamarin SDK, and other LaunchDarkly libraries, to the Common.Logging framework.

For more information and examples, see the API documentation.

Supported .NET versions

The package is built for two target frameworks:

  • .NET Standard 2.0: runs in .NET Core 2.1 and above, or in .NET 5.0 and above, or in library code that is targeted to .NET Standard 2.x.
  • .NET Framework 4.5.2: runs in .NET Framework 4.5.2 and above.

The .NET build tools should automatically load the most appropriate build of the library for whatever platform your application or library is targeted to.

New versions of LaunchDarkly.Logging.CommonLogging will be released as necessary to support higher versions of Common.Logging if they become available.

Contributing

See Contributing.

Signing

The published version of this assembly is digitally signed with Authenticode and strong-named. 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:

Public Key:
2400000080040000009400000206000024000000535231410400000000010001
afcbfe1e33dbb0c823ca71ef053aed35a49a7f1e601d9ee27fe86b78062b1d83
30814ed41ccaf3817ff3f699766e5debb3dd46fd75f7439fc2fe390fcee65465
a8a17f69f1bef56e253fc9166096c907514ab74b812d041faa04712e2bcb243d
1038eed2b0023a35a41782d70c65cb4b51d189576df0b7846e9378a5d0758a39

Public Key Token: d9182e4b0afd33e7

About LaunchDarkly

  • 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:
    • 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.
    • 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?).
    • 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.
    • 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.
  • LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Check out our documentation for a complete list.
  • Explore LaunchDarkly

About

Adapter from LaunchDarkly.Logging API to Common.Logging

License:Other


Languages

Language:C# 100.0%