Stardust.Continuum.Client 2.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Stardust.Continuum.Client --version 2.0.1
NuGet\Install-Package Stardust.Continuum.Client -Version 2.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Stardust.Continuum.Client" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Stardust.Continuum.Client --version 2.0.1
#r "nuget: Stardust.Continuum.Client, 2.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Stardust.Continuum.Client as a Cake Addin
#addin nuget:?package=Stardust.Continuum.Client&version=2.0.1

// Install Stardust.Continuum.Client as a Cake Tool
#tool nuget:?package=Stardust.Continuum.Client&version=2.0.1

#Continuum

plural continuaplay -yü-ə\ also continuums

1: a coherent whole characterized as a collection, sequence, or progression of values or elements varying by minute degrees “good” and “bad” … stand at opposite ends of a continuum instead of describing the two halves of a line — Wayne Shumaker

2: the set of real numbers including both the rationals and the irrationals; broadly : a compact set which cannot be separated into two sets neither of which contains a limit point of the other

In modern SOA or micro services architectures we spread processing and handling of user request across multiple machines and instances making debugging and troubleshooting harder. This tool allows all instances to stream log entries to a centralized service. The developers can on their side connect to the Continuum UI and watch all entries flow through the system, pause if anything interesting happens to investigate further.

##Service setup:

  • Download the web deployment package here: Web Deploy Package

  • Follow the instructions: How to: Install a Deployment Package

  • Add your projects and environments in the web.config file.

    • <add key="project.environment" value="apikey"/ >
  • Add Authentication

    • <add key="authority" value="azure ad url or adfs 2016 url"/ >
    • <add key="clientId" value="appId from IDP"/ >

##Usage:

Direct

LogStreamConfig.ApiKey = apiKeyFromConfig;//only once per app instance
await ProxyFactory.CreateInstance<ILogStream>(serviceUrl).AddAddStream(projectIdentifier, environmentName,new StreamItem{});

Wrapper client:

Initialization

//Initialization, can also be added in config AppSettings section (see trailing comment);

ContinuumClient.BaseUrl=serviceUrl; // <add key="continuum:apiUrl" value="https://http://continuumdemo.azurewebsites.net/"/>
ContinuumClient.Project=projectIdentifier; // <add key="continuum:project"  value="test"/>
ContinuumClient.Environment=environmentName; // <add key="continuum:environment" value="test"/>
ContinuumClient.ApiKey=apiKeyFromConfig; // <add key="continuum:apiKey" value="test123"/>

Add to stream


//Write to log stream. This call does not block the execution of the main process.
ContinuumClient.AddStream(new StreamItem{ Message="this is a new log entry. added as a sample", LogLevel=LogLevels.Debug, UserName=User.Name, CorrelationToken=ActivityId});

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Stardust.Continuum.Client:

Package Downloads
Stardust.Continuum.Log4Net

log4net appender for the continuum live log stream tool

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.5.2 3,174 5/23/2022
3.0.1 3,338 2/24/2021
2.4.0 4,728 8/20/2019
2.3.1 513 8/19/2019
2.2.2 3,226 12/3/2018
2.2.1 2,155 10/1/2018
2.1.1 1,239 7/5/2018
2.1.0 957 6/27/2018
2.1.0-pre003 821 6/25/2018
2.1.0-pre001 871 4/10/2018
2.0.1 1,075 3/6/2018
2.0.1-pre0002 839 3/5/2018
2.0.1-pre0001 899 2/23/2018
2.0.0-pre 881 12/13/2017
1.2.5 5,325 6/19/2017
1.2.3 4,198 5/22/2017
1.2.1 4,226 2/21/2017
1.2.0 977 2/20/2017
1.1.0 977 1/30/2017
1.0.0.3-alpha1 1,403 1/25/2017
1.0.0.2-alpha1 936 1/23/2017

netstandard version