launchdarkly / dotnet-logging

Logging abstraction used by LaunchDarkly .NET-based libraries
Other
1 stars 2 forks source link
c-sharp csharp dotnet

LaunchDarkly Logging API for .NET

NuGet CircleCI Documentation

This .NET package provides a basic logging abstraction that is used by other LaunchDarkly .NET packages, including the LaunchDarkly .NET SDK and Xamarin SDK. It can be connected to other logging frameworks with a simple adapter interface.

For more information and examples, see the API documentation.

Supported .NET versions

This version of the library is built for the following targets:

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

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 repository at LaunchDarkly.Logging.pk as well as here:

Public Key:
2400000080040000009400000206000024000000535231410400000000010001
afcbfe1e33dbb0c823ca71ef053aed35a49a7f1e601d9ee27fe86b78062b1d83
30814ed41ccaf3817ff3f699766e5debb3dd46fd75f7439fc2fe390fcee65465
a8a17f69f1bef56e253fc9166096c907514ab74b812d041faa04712e2bcb243d
1038eed2b0023a35a41782d70c65cb4b51d189576df0b7846e9378a5d0758a39

Public Key Token: d9182e4b0afd33e7

About LaunchDarkly