Common.Diagnostics
1.0.2.50
dotnet add package Common.Diagnostics --version 1.0.2.50
NuGet\Install-Package Common.Diagnostics -Version 1.0.2.50
<PackageReference Include="Common.Diagnostics" Version="1.0.2.50" />
paket add Common.Diagnostics --version 1.0.2.50
#r "nuget: Common.Diagnostics, 1.0.2.50"
// Install Common.Diagnostics as a Cake Addin
#addin nuget:?package=Common.Diagnostics&version=1.0.2.50
// Install Common.Diagnostics as a Cake Tool
#tool nuget:?package=Common.Diagnostics&version=1.0.2.50
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 DotNet Log providers.<br> This makes the application flow fully observable, still without compromises on performance.
Articles:
- HOWTO - Make your application flow observable.md: explores how to use diginsight to fully expose our application exeution flow.
- HOWTO - Avoid performance impacts using diginsight telemetry.md: explores how we can do this ensuring no impact on application performance.
add telemetry to your methods with the following instruction
using (var sec = this.GetCodeSection())
write information to the listeners with the following instructions
sec.Debug("this is a debug trace", "User");
sec.Information("this is a Information trace", "Raw");
sec.Warning("this is a Warning trace", "User.Report");
sec.Error("this is a error trace", "Resource");
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 | Versions 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 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. |
.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. |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Http.Abstractions (>= 2.1.1)
- Microsoft.Extensions.Configuration (>= 6.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 6.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 6.0.0)
- Microsoft.Extensions.Configuration.Json (>= 6.0.0)
- Microsoft.Extensions.Configuration.UserSecrets (>= 6.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging.Console (>= 6.0.0)
- System.Net.Http.Json (>= 6.0.0)
- System.Text.Json (>= 6.0.0)
- System.Threading.Tasks.Dataflow (>= 7.0.0)
-
net6.0
- Microsoft.AspNetCore.Http.Abstractions (>= 2.1.1)
- Microsoft.Extensions.Configuration (>= 6.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 6.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 6.0.0)
- Microsoft.Extensions.Configuration.Json (>= 6.0.0)
- Microsoft.Extensions.Configuration.UserSecrets (>= 6.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging.Console (>= 6.0.0)
- System.Net.Http.Json (>= 6.0.0)
- System.Text.Json (>= 6.0.0)
- System.Threading.Tasks.Dataflow (>= 7.0.0)
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.PresentationBase
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.2.50 | 47 | 10/1/2023 |
1.0.2.49 | 157 | 9/3/2023 |
1.0.2.48 | 84 | 9/2/2023 |
1.0.2.47 | 161 | 8/26/2023 |
1.0.2.46 | 100 | 8/23/2023 |
1.0.2.45 | 115 | 8/20/2023 |
1.0.2.44 | 108 | 8/19/2023 |
1.0.2.43 | 84 | 8/19/2023 |
1.0.2.42 | 78 | 8/19/2023 |
1.0.2.40 | 76 | 8/18/2023 |
1.0.2.39 | 164 | 8/16/2023 |
1.0.2.38 | 81 | 8/16/2023 |
1.0.2.35 | 90 | 8/16/2023 |
1.0.2.23 | 79 | 8/16/2023 |
1.0.2.19 | 179 | 8/9/2023 |
1.0.2.18 | 149 | 8/9/2023 |
1.0.2.17 | 202 | 8/8/2023 |
1.0.2.16 | 182 | 8/8/2023 |
1.0.2.15 | 171 | 8/8/2023 |
1.0.2.14 | 176 | 8/8/2023 |
1.0.2.13 | 172 | 8/8/2023 |
1.0.2.12 | 189 | 8/8/2023 |
1.0.2.11 | 179 | 8/8/2023 |
1.0.2.10 | 141 | 8/8/2023 |
1.0.2.9 | 155 | 8/6/2023 |
1.0.2.8 | 159 | 8/6/2023 |
1.0.2.7 | 362 | 7/23/2023 |
1.0.2.6 | 183 | 7/18/2023 |
1.0.2.5 | 1,114 | 7/4/2023 |
1.0.2.4 | 357 | 6/29/2023 |
1.0.2.3 | 295 | 6/29/2023 |
1.0.2.2 | 258 | 6/28/2023 |
1.0.2.1 | 317 | 6/27/2023 |
1.0.1.234 | 330 | 6/24/2023 |
1.0.1.233 | 311 | 6/23/2023 |
1.0.1.232 | 318 | 6/23/2023 |
1.0.1.231 | 345 | 5/9/2023 |
1.0.1.229 | 562 | 4/3/2023 |
1.0.1.228 | 574 | 3/27/2023 |
1.0.1.225 | 673 | 3/16/2023 |
1.0.1.224 | 673 | 3/15/2023 |
1.0.1.223 | 650 | 3/15/2023 |
1.0.1.222 | 657 | 3/15/2023 |
1.0.1.221 | 685 | 3/15/2023 |
1.0.1.220 | 641 | 3/15/2023 |
1.0.1.219 | 617 | 3/15/2023 |
1.0.1.212 | 1,496 | 10/24/2022 |
1.0.1.211 | 1,489 | 10/21/2022 |
1.0.1.210 | 1,450 | 10/21/2022 |
1.0.1.209 | 1,760 | 10/21/2022 |
1.0.1.208 | 1,429 | 10/21/2022 |
1.0.1.207 | 1,463 | 10/19/2022 |
1.0.1.204 | 1,464 | 10/19/2022 |
1.0.1.203 | 1,466 | 10/19/2022 |
1.0.1.202 | 1,542 | 10/13/2022 |
1.0.1.198 | 1,592 | 10/12/2022 |
1.0.1.197 | 1,531 | 10/12/2022 |
1.0.1.196 | 1,575 | 10/12/2022 |
1.0.1.190 | 1,514 | 10/5/2022 |
1.0.1.189 | 1,488 | 10/5/2022 |
1.0.1.187 | 1,737 | 7/16/2022 |
1.0.1.186 | 3,181 | 5/15/2022 |
1.0.1.185 | 1,483 | 5/15/2022 |
1.0.1.184 | 1,506 | 5/2/2022 |
1.0.1.183 | 1,457 | 4/24/2022 |
1.0.1.182 | 1,890 | 4/8/2022 |
1.0.1.181 | 1,496 | 4/8/2022 |
1.0.1.180 | 1,455 | 4/8/2022 |
1.0.1.179 | 1,652 | 4/8/2022 |
1.0.1.177 | 1,657 | 3/15/2022 |
1.0.1.176 | 1,478 | 3/14/2022 |
1.0.1.175 | 1,482 | 3/14/2022 |
1.0.1.174 | 1,555 | 3/13/2022 |
1.0.1.173 | 1,519 | 3/12/2022 |
1.0.1.172 | 1,476 | 3/12/2022 |
1.0.1.171 | 1,497 | 3/10/2022 |
1.0.1.170 | 1,639 | 3/10/2022 |
1.0.1.168 | 1,560 | 3/9/2022 |
1.0.1.167 | 9,485 | 2/2/2022 |
1.0.1.166 | 1,562 | 2/2/2022 |
1.0.1.165 | 742 | 1/9/2022 |
1.0.1.164 | 773 | 1/9/2022 |
1.0.1.163 | 777 | 1/8/2022 |
1.0.1.162 | 854 | 1/5/2022 |
1.0.1.161 | 786 | 12/16/2021 |
1.0.1.158 | 828 | 12/16/2021 |
1.0.1.156 | 813 | 12/16/2021 |
1.0.1.155 | 884 | 12/16/2021 |
1.0.1.153 | 808 | 12/16/2021 |
1.0.1.152 | 822 | 12/16/2021 |
1.0.1.151 | 780 | 12/16/2021 |
1.0.1.149 | 892 | 12/16/2021 |
1.0.1.132 | 765 | 12/15/2021 |
1.0.1.131 | 774 | 12/15/2021 |
1.0.1.130 | 792 | 12/8/2021 |
1.0.1.129 | 1,122 | 12/6/2021 |
1.0.1.128 | 1,054 | 12/6/2021 |
1.0.1.127 | 988 | 12/6/2021 |
1.0.1.126 | 1,162 | 12/6/2021 |
1.0.1.125 | 791 | 12/5/2021 |
1.0.1.124 | 1,369 | 12/3/2021 |
1.0.1.123 | 1,346 | 12/1/2021 |
1.0.1.121 | 789 | 11/22/2021 |
1.0.1.120 | 1,822 | 11/20/2021 |
1.0.1.118 | 798 | 11/19/2021 |
1.0.1.117 | 881 | 11/12/2021 |
1.0.1.116 | 946 | 11/9/2021 |
1.0.1.115 | 929 | 11/8/2021 |
1.0.1.114 | 949 | 11/8/2021 |
1.0.1.113 | 997 | 11/8/2021 |
1.0.1.112 | 1,043 | 11/8/2021 |
1.0.1.111 | 1,044 | 11/7/2021 |
1.0.1.110 | 1,079 | 11/7/2021 |
1.0.1.101 | 1,493 | 10/12/2021 |
1.0.1.100 | 1,089 | 9/14/2021 |
1.0.1.99 | 989 | 8/26/2021 |
1.0.1.98 | 1,047 | 8/16/2021 |
1.0.1.97 | 1,088 | 7/1/2021 |
1.0.1.96 | 1,124 | 6/28/2021 |
1.0.1.95 | 1,106 | 5/23/2021 |
1.0.1.94 | 1,057 | 5/9/2021 |
1.0.1.93 | 991 | 5/9/2021 |
1.0.1.92 | 1,038 | 5/9/2021 |
1.0.1.91 | 1,025 | 5/3/2021 |
1.0.1.90 | 927 | 5/3/2021 |
1.0.1.89 | 1,049 | 5/2/2021 |
1.0.1.87 | 1,034 | 5/2/2021 |
1.0.1.86 | 980 | 4/24/2021 |
1.0.1.83 | 1,046 | 4/8/2021 |
1.0.1.82 | 2,343 | 4/7/2021 |
1.0.1.81 | 1,010 | 4/6/2021 |
1.0.1.80 | 978 | 4/5/2021 |
1.0.1.79 | 1,013 | 4/5/2021 |
1.0.1.78 | 1,051 | 4/2/2021 |
1.0.1.77 | 1,052 | 4/1/2021 |
1.0.1.76 | 1,030 | 4/1/2021 |
1.0.1.75 | 992 | 4/1/2021 |
1.0.1.70 | 1,005 | 3/27/2021 |
1.0.1.69 | 1,123 | 3/27/2021 |
1.0.1.68 | 1,084 | 3/27/2021 |
1.0.1.67 | 1,014 | 3/27/2021 |
1.0.1.66 | 1,109 | 3/21/2021 |
1.0.1.65 | 1,095 | 3/21/2021 |
1.0.1.64 | 1,098 | 3/21/2021 |
1.0.1.59 | 1,048 | 3/20/2021 |
1.0.1.58 | 1,048 | 3/20/2021 |
1.0.1.55 | 1,103 | 3/10/2021 |
1.0.1.54 | 1,098 | 3/10/2021 |
1.0.1.53 | 1,200 | 3/5/2021 |
1.0.1.52 | 1,067 | 3/5/2021 |
1.0.1.51 | 2,042 | 2/25/2021 |
1.0.1.50 | 996 | 2/11/2021 |
1.0.1.49 | 1,079 | 1/30/2021 |
1.0.1.48 | 1,057 | 1/30/2021 |
1.0.1.47 | 1,099 | 12/27/2020 |
1.0.1.46 | 1,131 | 12/27/2020 |
1.0.1.45 | 1,094 | 12/27/2020 |
1.0.1.44 | 1,106 | 12/21/2020 |
1.0.1.43 | 943 | 12/20/2020 |
1.0.1.41 | 1,067 | 12/20/2020 |
1.0.1.40 | 973 | 12/18/2020 |
1.0.1.39 | 1,037 | 12/17/2020 |
1.0.1.38 | 974 | 12/14/2020 |
1.0.1.37 | 958 | 12/14/2020 |
1.0.1.36 | 1,018 | 12/13/2020 |
1.0.1.35 | 999 | 12/10/2020 |
1.0.1.34 | 1,018 | 12/10/2020 |
1.0.1.33 | 1,036 | 12/10/2020 |
1.0.1.32 | 1,020 | 12/3/2020 |
1.0.1.30 | 1,015 | 12/3/2020 |
1.0.1.27 | 1,099 | 12/3/2020 |
1.0.1.26 | 1,164 | 11/28/2020 |
1.0.1.24 | 1,143 | 11/22/2020 |
1.0.1.23 | 1,136 | 11/22/2020 |
1.0.1.8 | 1,165 | 11/9/2020 |
1.0.1.7 | 1,144 | 10/16/2020 |
1.0.1.6 | 1,241 | 9/12/2020 |
1.0.1.5 | 1,162 | 8/17/2020 |
1.0.1.4 | 1,147 | 8/17/2020 |
1.0.1.3 | 1,135 | 8/4/2020 |
1.0.1.1 | 1,164 | 8/2/2020 |
1.0.0.401 | 1,256 | 8/2/2020 |
1.0.0.400 | 1,216 | 7/20/2020 |
1.0.0.399 | 1,142 | 7/8/2020 |
1.0.0.398 | 1,204 | 6/15/2020 |
1.0.0.397 | 1,158 | 6/15/2020 |
1.0.0.396 | 1,191 | 6/8/2020 |
1.0.0.395 | 1,232 | 6/7/2020 |
1.0.0.394 | 1,288 | 6/3/2020 |
1.0.0.393 | 1,278 | 6/2/2020 |
1.0.0.392 | 1,186 | 6/2/2020 |
1.0.0.391 | 1,195 | 6/2/2020 |
1.0.0.390 | 1,200 | 6/2/2020 |
1.0.0.389 | 1,172 | 6/2/2020 |
1.0.0.388 | 1,157 | 6/2/2020 |
1.0.0.387 | 1,234 | 6/1/2020 |
1.0.0.386 | 1,195 | 6/1/2020 |
1.0.0.385 | 1,167 | 6/1/2020 |
1.0.0.384 | 1,205 | 6/1/2020 |
1.0.0.383 | 1,245 | 6/1/2020 |
1.0.0.382 | 1,206 | 6/1/2020 |
1.0.0.381 | 1,228 | 6/1/2020 |
1.0.0.380 | 1,198 | 6/1/2020 |
1.0.0.371 | 1,362 | 6/1/2020 |