Common.Diagnostics 2.0.0.14

dotnet add package Common.Diagnostics --version 2.0.0.14
NuGet\Install-Package Common.Diagnostics -Version 2.0.0.14
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="Common.Diagnostics" Version="2.0.0.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Common.Diagnostics --version 2.0.0.14
#r "nuget: Common.Diagnostics, 2.0.0.14"
#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 Common.Diagnostics as a Cake Addin
#addin nuget:?package=Common.Diagnostics&version=2.0.0.14

// Install Common.Diagnostics as a Cake Tool
#tool nuget:?package=Common.Diagnostics&version=2.0.0.14

INTRODUCTION

Common.Diagnostics is a .Net package that provides readable log with application execution flow to .Net Log providers such as Log4Net, Serilog or Application Insights, Console, EventLog and Debug .Net Log providers.
This makes the application flow fully observable, still without compromises on performance.

Articles:

add telemetry to your methods with the following instruction

	- using var scope = _logger.BeginMethodScope(); // defines a method scope by means of an ILogger instance (class type is taken by the ILogger instance)
	- using var scope = _logger.BeginNamedScope("scopeName"); // defines a named scope within a method scope (eg. to describe loop code sections or async method callbacks).

	- using var innerScope = _logger.BeginMethodScope(new { configuration = configuration .GetLogString()}); // defines a method scope where method parameters are specified 

write information to the listeners with the following instructions

	// log statements within a scope
	- scope.LogTrace("this is a Trace trace");
	- scope.LogDebug("this is a Debug trace");
	- scope.LogInformation("this is a Information trace");
	- scope.LogWarning("this is a Warning trace");
	- scope.LogError("this is a error trace");
	- scope.LogCritical("this is a critical trace");
	- scope.LogException(ex);

or standard ILogger<> methods

	// standard Ilogger statements:
	- _logger.LogTrace("this is a Trace trace");
	- _logger.LogDebug("this is a Debug trace");
	- _logger.LogInformation("this is a Information trace");
	- _logger.LogWarning("this is a Warning trace");
	- _logger.LogError("this is a error trace");
	- _logger.LogCritical("this is a critical trace");
	- _logger.LogException(ex);

Common.Diagnostics component is supported on .Net Framework 4.6.2+ and .Net Core 3.0+. Visit [telemetry][] for more information. [telemetry]: https://github.com/diginsight/telemetry/

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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 is compatible.  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 (9)

Showing the top 5 NuGet packages that depend on Common.Diagnostics:

Package Downloads
Common.Diagnostics.Serilog

provides a System.Diagnostics listener that sends Common.Diagnostics telemetry to Serilog

Common.Diagnostics.Log4net

provides a System.Diagnostics listener that sends Common.Diagnostics telemetry to Log4net

Common.Diagnostics.AppInsights

provides a System.Diagnostics listener that sends Common.Diagnostics telemetry to AppInsights

Common.Diagnostics.Win

provides System.Diagnostics listeners that send Common.Diagnostics telemetry to the Windows Event Log and to WPF text controls

Common.SmartCache

Common.SmartCache provides intelligent loading for data providers such as external apis or databases. Age conscious data management is applied to allow automatic cache or data preload. AI assisted algorithms can be used to ensure data preloading, based on application use.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0.14 535 2/23/2024
2.0.0.12 224 2/18/2024
2.0.0.9 284 2/7/2024
1.0.2.121 2,384 12/11/2023
1.0.2.120 435 11/27/2023
1.0.2.119 711 11/12/2023
1.0.2.118 395 11/4/2023
1.0.2.117 411 10/30/2023
1.0.2.116 403 10/29/2023
1.0.2.115 401 10/29/2023
1.0.2.102 429 10/27/2023
1.0.2.101 406 10/27/2023
1.0.2.99 429 10/26/2023
1.0.2.98 407 10/26/2023
1.0.2.97 404 10/26/2023
1.0.2.93 428 10/26/2023
1.0.2.92 434 10/26/2023
1.0.2.90 380 10/26/2023
1.0.2.85 417 10/25/2023
1.0.2.84 385 10/25/2023
1.0.2.83 426 10/25/2023
1.0.2.82 438 10/25/2023
1.0.2.80 430 10/25/2023
1.0.2.74 451 10/24/2023
1.0.2.73 396 10/24/2023
1.0.2.71 431 10/24/2023
1.0.2.70 432 10/24/2023
1.0.2.69 449 10/24/2023
1.0.2.68 404 10/19/2023
1.0.2.66 429 10/18/2023
1.0.2.65 424 10/17/2023
1.0.2.64 443 10/17/2023
1.0.2.63 444 10/17/2023
1.0.2.62 426 10/17/2023
1.0.2.61 432 10/17/2023
1.0.2.60 413 10/17/2023
1.0.2.59 426 10/16/2023
1.0.2.58 414 10/16/2023
1.0.2.57 424 10/16/2023
1.0.2.51 444 10/5/2023
1.0.2.50 377 10/1/2023
1.0.2.49 540 9/3/2023
1.0.2.48 1,062 9/2/2023
1.0.2.47 2,339 8/26/2023
1.0.2.46 577 8/23/2023
1.0.2.45 696 8/20/2023
1.0.2.44 690 8/19/2023
1.0.2.43 447 8/19/2023
1.0.2.42 442 8/19/2023
1.0.2.40 437 8/18/2023
1.0.2.39 1,712 8/16/2023
1.0.2.38 467 8/16/2023
1.0.2.35 463 8/16/2023
1.0.2.23 454 8/16/2023
1.0.2.19 608 8/9/2023
1.0.2.18 525 8/9/2023
1.0.2.17 561 8/8/2023
1.0.2.16 571 8/8/2023
1.0.2.15 564 8/8/2023
1.0.2.14 603 8/8/2023
1.0.2.13 579 8/8/2023
1.0.2.12 569 8/8/2023
1.0.2.11 621 8/8/2023
1.0.2.10 512 8/8/2023
1.0.2.9 569 8/6/2023
1.0.2.8 572 8/6/2023
1.0.2.7 754 7/23/2023
1.0.2.6 574 7/18/2023
1.0.2.5 1,753 7/4/2023
1.0.2.4 750 6/29/2023
1.0.2.3 680 6/29/2023
1.0.2.2 634 6/28/2023
1.0.2.1 741 6/27/2023
1.0.1.234 707 6/24/2023
1.0.1.233 710 6/23/2023
1.0.1.232 738 6/23/2023
1.0.1.231 734 5/9/2023
1.0.1.229 968 4/3/2023
1.0.1.228 934 3/27/2023
1.0.1.225 1,072 3/16/2023
1.0.1.224 1,059 3/15/2023
1.0.1.223 1,048 3/15/2023
1.0.1.222 1,075 3/15/2023
1.0.1.221 1,081 3/15/2023
1.0.1.220 1,036 3/15/2023
1.0.1.219 1,004 3/15/2023
1.0.1.212 1,908 10/24/2022
1.0.1.211 1,895 10/21/2022
1.0.1.210 1,842 10/21/2022
1.0.1.209 2,161 10/21/2022
1.0.1.208 1,835 10/21/2022
1.0.1.207 1,855 10/19/2022
1.0.1.204 1,822 10/19/2022
1.0.1.203 1,855 10/19/2022
1.0.1.202 1,918 10/13/2022
1.0.1.198 1,982 10/12/2022
1.0.1.197 1,922 10/12/2022
1.0.1.196 1,952 10/12/2022
1.0.1.190 1,888 10/5/2022
1.0.1.189 1,842 10/5/2022
1.0.1.187 2,154 7/16/2022
1.0.1.186 3,873 5/15/2022
1.0.1.185 1,886 5/15/2022
1.0.1.184 1,869 5/2/2022
1.0.1.183 1,855 4/24/2022
1.0.1.182 2,306 4/8/2022
1.0.1.181 1,883 4/8/2022
1.0.1.180 1,797 4/8/2022
1.0.1.179 2,065 4/8/2022
1.0.1.177 2,080 3/15/2022
1.0.1.176 1,877 3/14/2022
1.0.1.175 1,854 3/14/2022
1.0.1.174 1,951 3/13/2022
1.0.1.173 1,921 3/12/2022
1.0.1.172 1,864 3/12/2022
1.0.1.171 1,880 3/10/2022
1.0.1.170 1,994 3/10/2022
1.0.1.168 1,926 3/9/2022
1.0.1.167 9,888 2/2/2022
1.0.1.166 1,953 2/2/2022
1.0.1.165 1,092 1/9/2022
1.0.1.164 1,163 1/9/2022
1.0.1.163 1,176 1/8/2022
1.0.1.162 1,249 1/5/2022
1.0.1.161 1,170 12/16/2021
1.0.1.158 1,220 12/16/2021
1.0.1.156 1,202 12/16/2021
1.0.1.155 1,242 12/16/2021
1.0.1.153 1,210 12/16/2021
1.0.1.152 1,181 12/16/2021
1.0.1.151 1,167 12/16/2021
1.0.1.149 1,279 12/16/2021
1.0.1.132 1,153 12/15/2021
1.0.1.131 1,176 12/15/2021
1.0.1.130 1,149 12/8/2021
1.0.1.129 1,529 12/6/2021
1.0.1.128 1,449 12/6/2021
1.0.1.127 1,372 12/6/2021
1.0.1.126 1,571 12/6/2021
1.0.1.125 1,171 12/5/2021
1.0.1.124 1,762 12/3/2021
1.0.1.123 1,761 12/1/2021
1.0.1.121 1,178 11/22/2021
1.0.1.120 2,214 11/20/2021
1.0.1.118 1,193 11/19/2021
1.0.1.117 1,247 11/12/2021
1.0.1.116 1,347 11/9/2021
1.0.1.115 1,315 11/8/2021
1.0.1.114 1,357 11/8/2021
1.0.1.113 1,380 11/8/2021
1.0.1.112 1,426 11/8/2021
1.0.1.111 1,439 11/7/2021
1.0.1.110 1,420 11/7/2021
1.0.1.101 2,045 10/12/2021
1.0.1.100 1,472 9/14/2021
1.0.1.99 1,341 8/26/2021
1.0.1.98 1,447 8/16/2021
1.0.1.97 1,485 7/1/2021
1.0.1.96 1,517 6/28/2021
1.0.1.95 1,501 5/23/2021
1.0.1.94 1,447 5/9/2021
1.0.1.93 1,349 5/9/2021
1.0.1.92 1,408 5/9/2021
1.0.1.91 1,417 5/3/2021
1.0.1.90 1,303 5/3/2021
1.0.1.89 1,440 5/2/2021
1.0.1.87 1,405 5/2/2021
1.0.1.86 1,383 4/24/2021
1.0.1.83 1,419 4/8/2021
1.0.1.82 2,730 4/7/2021
1.0.1.81 1,379 4/6/2021
1.0.1.80 1,345 4/5/2021
1.0.1.79 1,403 4/5/2021
1.0.1.78 1,448 4/2/2021
1.0.1.77 1,412 4/1/2021
1.0.1.76 1,429 4/1/2021
1.0.1.75 1,392 4/1/2021
1.0.1.70 1,399 3/27/2021
1.0.1.69 1,489 3/27/2021
1.0.1.68 1,476 3/27/2021
1.0.1.67 1,384 3/27/2021
1.0.1.66 1,481 3/21/2021
1.0.1.65 1,488 3/21/2021
1.0.1.64 1,461 3/21/2021
1.0.1.59 1,439 3/20/2021
1.0.1.58 1,453 3/20/2021
1.0.1.55 1,506 3/10/2021
1.0.1.54 1,487 3/10/2021
1.0.1.53 1,645 3/5/2021
1.0.1.52 1,476 3/5/2021
1.0.1.51 2,454 2/25/2021
1.0.1.50 1,384 2/11/2021
1.0.1.49 1,481 1/30/2021
1.0.1.48 1,491 1/30/2021
1.0.1.47 1,481 12/27/2020
1.0.1.46 1,529 12/27/2020
1.0.1.45 1,523 12/27/2020
1.0.1.44 1,508 12/21/2020
1.0.1.43 1,360 12/20/2020
1.0.1.41 1,471 12/20/2020
1.0.1.40 1,380 12/18/2020
1.0.1.39 1,431 12/17/2020
1.0.1.38 1,368 12/14/2020
1.0.1.37 1,352 12/14/2020
1.0.1.36 1,420 12/13/2020
1.0.1.35 1,398 12/10/2020
1.0.1.34 1,400 12/10/2020
1.0.1.33 1,445 12/10/2020
1.0.1.32 1,439 12/3/2020
1.0.1.30 1,427 12/3/2020
1.0.1.27 1,489 12/3/2020
1.0.1.26 1,562 11/28/2020
1.0.1.24 1,520 11/22/2020
1.0.1.23 1,529 11/22/2020
1.0.1.8 1,552 11/9/2020
1.0.1.7 1,533 10/16/2020
1.0.1.6 1,666 9/12/2020
1.0.1.5 1,584 8/17/2020
1.0.1.4 1,555 8/17/2020
1.0.1.3 1,532 8/4/2020
1.0.1.1 1,589 8/2/2020
1.0.0.401 1,645 8/2/2020
1.0.0.400 1,591 7/20/2020
1.0.0.399 1,501 7/8/2020
1.0.0.398 1,607 6/15/2020
1.0.0.397 1,548 6/15/2020
1.0.0.396 1,602 6/8/2020
1.0.0.395 1,608 6/7/2020
1.0.0.394 1,683 6/3/2020
1.0.0.393 1,653 6/2/2020
1.0.0.392 1,597 6/2/2020
1.0.0.391 1,618 6/2/2020
1.0.0.390 1,600 6/2/2020
1.0.0.389 1,547 6/2/2020
1.0.0.388 1,591 6/2/2020
1.0.0.387 1,610 6/1/2020
1.0.0.386 1,610 6/1/2020
1.0.0.385 1,562 6/1/2020
1.0.0.384 1,628 6/1/2020
1.0.0.383 1,631 6/1/2020
1.0.0.382 1,610 6/1/2020
1.0.0.381 1,633 6/1/2020
1.0.0.380 1,596 6/1/2020
1.0.0.371 1,801 6/1/2020