Common.Diagnostics.Log4net
1.0.0.371
See the version list below for details.
dotnet add package Common.Diagnostics.Log4net --version 1.0.0.371
NuGet\Install-Package Common.Diagnostics.Log4net -Version 1.0.0.371
<PackageReference Include="Common.Diagnostics.Log4net" Version="1.0.0.371" />
paket add Common.Diagnostics.Log4net --version 1.0.0.371
#r "nuget: Common.Diagnostics.Log4net, 1.0.0.371"
// Install Common.Diagnostics.Log4net as a Cake Addin #addin nuget:?package=Common.Diagnostics.Log4net&version=1.0.0.371 // Install Common.Diagnostics.Log4net as a Cake Tool #tool nuget:?package=Common.Diagnostics.Log4net&version=1.0.0.371
INTRODUCTION
Common.Diagnostics component provides telemetry with the full application flow to System.Diagnostic listeners. Application execution flow can be sent to the most popular logging systems, available with .Net framework. Execution flow is integrated with diagnostic information coming by any components writing to .Net System.Diagnostic interfaces. Flexible options are provided to efficiently choose and filter the information to be rendered.
Basic execution flow is gathered by means of compiler generated information (eg. methodnames are obtained with [CallerMemberName] attribute).
Start and completion of methods and code sections are gathered by means of using
statements with a CodeSection
class.
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 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 | netcoreapp3.1 is compatible. |
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
-
.NETCoreApp 3.1
- Common.Diagnostics (>= 1.0.0.371)
- log4net (>= 2.0.8)
-
.NETFramework 4.6.2
- Common.Diagnostics (>= 1.0.0.371)
- log4net (>= 2.0.8)
-
.NETFramework 4.7.2
- Common.Diagnostics (>= 1.0.0.371)
- log4net (>= 2.0.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.0.2.18 | 575 | 8/9/2023 | |
1.0.2.17 | 173 | 8/8/2023 | |
1.0.2.16 | 193 | 8/8/2023 | |
1.0.2.15 | 187 | 8/8/2023 | |
1.0.2.14 | 185 | 8/8/2023 | |
1.0.2.13 | 170 | 8/8/2023 | |
1.0.2.12 | 171 | 8/8/2023 | |
1.0.2.11 | 186 | 8/8/2023 | |
1.0.2.10 | 164 | 8/8/2023 | |
1.0.2.9 | 176 | 8/6/2023 | |
1.0.2.8 | 202 | 8/6/2023 | |
1.0.2.7 | 175 | 7/23/2023 | |
1.0.2.6 | 180 | 7/18/2023 | |
1.0.2.5 | 192 | 7/4/2023 | |
1.0.2.4 | 212 | 6/29/2023 | |
1.0.2.3 | 211 | 6/29/2023 | |
1.0.2.2 | 183 | 6/28/2023 | |
1.0.2.1 | 319 | 6/27/2023 | |
1.0.1.234 | 604 | 6/24/2023 | |
1.0.1.233 | 205 | 6/23/2023 | |
1.0.1.232 | 199 | 6/23/2023 | |
1.0.1.231 | 225 | 5/9/2023 | |
1.0.1.229 | 282 | 4/3/2023 | |
1.0.1.228 | 303 | 3/27/2023 | |
1.0.1.225 | 321 | 3/16/2023 | |
1.0.1.224 | 299 | 3/15/2023 | |
1.0.1.223 | 346 | 3/15/2023 | |
1.0.1.222 | 286 | 3/15/2023 | |
1.0.1.221 | 272 | 3/15/2023 | |
1.0.1.220 | 287 | 3/15/2023 | |
1.0.1.219 | 311 | 3/15/2023 | |
1.0.1.212 | 482 | 10/24/2022 | |
1.0.1.211 | 453 | 10/21/2022 | |
1.0.1.210 | 486 | 10/21/2022 | |
1.0.1.209 | 474 | 10/21/2022 | |
1.0.1.208 | 497 | 10/21/2022 | |
1.0.1.207 | 494 | 10/19/2022 | |
1.0.1.204 | 486 | 10/19/2022 | |
1.0.1.203 | 496 | 10/19/2022 | |
1.0.1.202 | 485 | 10/13/2022 | |
1.0.1.198 | 506 | 10/12/2022 | |
1.0.1.197 | 461 | 10/12/2022 | |
1.0.1.196 | 469 | 10/12/2022 | |
1.0.1.190 | 449 | 10/5/2022 | |
1.0.1.189 | 438 | 10/5/2022 | |
1.0.1.187 | 565 | 7/16/2022 | |
1.0.1.186 | 2,525 | 5/15/2022 | |
1.0.1.185 | 492 | 5/15/2022 | |
1.0.1.184 | 497 | 5/2/2022 | |
1.0.1.183 | 518 | 4/24/2022 | |
1.0.1.182 | 520 | 4/8/2022 | |
1.0.1.181 | 499 | 4/8/2022 | |
1.0.1.180 | 508 | 4/8/2022 | |
1.0.1.179 | 583 | 4/8/2022 | |
1.0.1.177 | 554 | 3/15/2022 | |
1.0.1.176 | 509 | 3/14/2022 | |
1.0.1.175 | 502 | 3/14/2022 | |
1.0.1.174 | 526 | 3/13/2022 | |
1.0.1.173 | 504 | 3/12/2022 | |
1.0.1.172 | 517 | 3/12/2022 | |
1.0.1.171 | 520 | 3/10/2022 | |
1.0.1.170 | 531 | 3/10/2022 | |
1.0.1.168 | 522 | 3/9/2022 | |
1.0.1.167 | 515 | 2/2/2022 | |
1.0.1.166 | 499 | 2/2/2022 | |
1.0.1.165 | 353 | 1/9/2022 | |
1.0.1.164 | 334 | 1/9/2022 | |
1.0.1.163 | 404 | 1/8/2022 | |
1.0.1.162 | 350 | 1/5/2022 | |
1.0.1.161 | 390 | 12/16/2021 | |
1.0.1.158 | 365 | 12/16/2021 | |
1.0.1.156 | 349 | 12/16/2021 | |
1.0.1.155 | 353 | 12/16/2021 | |
1.0.1.153 | 358 | 12/16/2021 | |
1.0.1.152 | 330 | 12/16/2021 | |
1.0.1.151 | 388 | 12/16/2021 | |
1.0.1.149 | 360 | 12/16/2021 | |
1.0.1.132 | 364 | 12/15/2021 | |
1.0.1.131 | 379 | 12/15/2021 | |
1.0.1.130 | 412 | 12/8/2021 | |
1.0.1.129 | 654 | 12/6/2021 | |
1.0.1.128 | 660 | 12/6/2021 | |
1.0.1.127 | 557 | 12/6/2021 | |
1.0.1.126 | 705 | 12/6/2021 | |
1.0.1.125 | 389 | 12/5/2021 | |
1.0.1.124 | 907 | 12/3/2021 | |
1.0.1.123 | 956 | 12/1/2021 | |
1.0.1.121 | 353 | 11/22/2021 | |
1.0.1.120 | 1,411 | 11/20/2021 | |
1.0.1.118 | 371 | 11/19/2021 | |
1.0.1.117 | 405 | 11/12/2021 | |
1.0.1.116 | 424 | 11/9/2021 | |
1.0.1.115 | 431 | 11/8/2021 | |
1.0.1.114 | 431 | 11/8/2021 | |
1.0.1.113 | 415 | 11/8/2021 | |
1.0.1.112 | 433 | 11/8/2021 | |
1.0.1.111 | 439 | 11/7/2021 | |
1.0.1.110 | 491 | 11/7/2021 | |
1.0.1.101 | 1,242 | 10/12/2021 | |
1.0.1.100 | 428 | 9/14/2021 | |
1.0.1.99 | 412 | 8/26/2021 | |
1.0.1.98 | 418 | 8/16/2021 | |
1.0.1.97 | 445 | 7/1/2021 | |
1.0.1.96 | 470 | 6/28/2021 | |
1.0.1.95 | 453 | 5/23/2021 | |
1.0.1.94 | 440 | 5/9/2021 | |
1.0.1.93 | 441 | 5/9/2021 | |
1.0.1.92 | 436 | 5/9/2021 | |
1.0.1.91 | 414 | 5/3/2021 | |
1.0.1.90 | 406 | 5/3/2021 | |
1.0.1.89 | 467 | 5/2/2021 | |
1.0.1.87 | 499 | 5/2/2021 | |
1.0.1.86 | 451 | 4/24/2021 | |
1.0.1.83 | 489 | 4/8/2021 | |
1.0.1.82 | 1,737 | 4/7/2021 | |
1.0.1.81 | 408 | 4/6/2021 | |
1.0.1.80 | 448 | 4/5/2021 | |
1.0.1.79 | 409 | 4/5/2021 | |
1.0.1.78 | 439 | 4/2/2021 | |
1.0.1.77 | 437 | 4/1/2021 | |
1.0.1.76 | 454 | 4/1/2021 | |
1.0.1.75 | 448 | 4/1/2021 | |
1.0.1.70 | 462 | 3/27/2021 | |
1.0.1.69 | 480 | 3/27/2021 | |
1.0.1.68 | 511 | 3/27/2021 | |
1.0.1.67 | 503 | 3/27/2021 | |
1.0.1.66 | 466 | 3/21/2021 | |
1.0.1.65 | 475 | 3/21/2021 | |
1.0.1.64 | 506 | 3/21/2021 | |
1.0.1.59 | 456 | 3/20/2021 | |
1.0.1.58 | 507 | 3/20/2021 | |
1.0.1.55 | 470 | 3/10/2021 | |
1.0.1.54 | 447 | 3/10/2021 | |
1.0.1.53 | 495 | 3/5/2021 | |
1.0.1.52 | 482 | 3/5/2021 | |
1.0.1.51 | 486 | 2/25/2021 | |
1.0.1.50 | 471 | 2/11/2021 | |
1.0.1.49 | 487 | 1/30/2021 | |
1.0.1.48 | 489 | 1/30/2021 | |
1.0.1.47 | 465 | 12/27/2020 | |
1.0.1.46 | 485 | 12/27/2020 | |
1.0.1.45 | 556 | 12/27/2020 | |
1.0.1.44 | 559 | 12/21/2020 | |
1.0.1.43 | 491 | 12/20/2020 | |
1.0.1.41 | 573 | 12/20/2020 | |
1.0.1.40 | 523 | 12/18/2020 | |
1.0.1.39 | 506 | 12/17/2020 | |
1.0.1.38 | 530 | 12/14/2020 | |
1.0.1.37 | 473 | 12/14/2020 | |
1.0.1.36 | 493 | 12/13/2020 | |
1.0.1.35 | 525 | 12/10/2020 | |
1.0.1.34 | 502 | 12/10/2020 | |
1.0.1.33 | 540 | 12/10/2020 | |
1.0.1.32 | 536 | 12/3/2020 | |
1.0.1.30 | 491 | 12/3/2020 | |
1.0.1.27 | 550 | 12/3/2020 | |
1.0.1.26 | 577 | 11/28/2020 | |
1.0.1.24 | 636 | 11/22/2020 | |
1.0.1.23 | 625 | 11/22/2020 | |
1.0.1.8 | 646 | 11/9/2020 | |
1.0.1.7 | 504 | 10/16/2020 | |
1.0.1.6 | 689 | 9/12/2020 | |
1.0.1.5 | 608 | 8/17/2020 | |
1.0.1.4 | 567 | 8/17/2020 | |
1.0.1.3 | 589 | 8/4/2020 | |
1.0.1.1 | 570 | 8/2/2020 | |
1.0.0.401 | 783 | 8/2/2020 | |
1.0.0.400 | 685 | 7/20/2020 | |
1.0.0.399 | 623 | 7/8/2020 | |
1.0.0.398 | 663 | 6/15/2020 | |
1.0.0.397 | 600 | 6/15/2020 | |
1.0.0.396 | 630 | 6/8/2020 | |
1.0.0.395 | 705 | 6/7/2020 | |
1.0.0.394 | 621 | 6/3/2020 | |
1.0.0.393 | 636 | 6/2/2020 | |
1.0.0.392 | 604 | 6/2/2020 | |
1.0.0.391 | 600 | 6/2/2020 | |
1.0.0.390 | 601 | 6/2/2020 | |
1.0.0.389 | 659 | 6/2/2020 | |
1.0.0.388 | 591 | 6/2/2020 | |
1.0.0.387 | 609 | 6/1/2020 | |
1.0.0.386 | 613 | 6/1/2020 | |
1.0.0.385 | 609 | 6/1/2020 | |
1.0.0.384 | 610 | 6/1/2020 | |
1.0.0.383 | 632 | 6/1/2020 | |
1.0.0.382 | 609 | 6/1/2020 | |
1.0.0.381 | 629 | 6/1/2020 | |
1.0.0.380 | 622 | 6/1/2020 | |
1.0.0.371 | 642 | 6/1/2020 |