Tracing 2.4.5

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

// Install Tracing as a Cake Tool
#tool nuget:?package=Tracing&version=2.4.5

Tracing.NET provides basic logging/tracing infrastructure such as an abstracted logger interface ITracer as well as platform specific tracer implementations.

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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.0 is compatible.  netstandard1.1 was computed.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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 tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 was computed.  wp81 was computed.  wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 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.
  • .NETFramework 4.5

    • No dependencies.
  • .NETStandard 1.0

  • .NETStandard 2.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Tracing:

Package Downloads
Tracing.Console

Extends Tracing.NET with System.Console tracing targets.

Tracing.Autofac

Extends Tracing.NET with Autofac modularity.

Tracing.xunit

Extends Tracing.NET with xunit tracing targets.

Tracing.DryIoc

Extends Tracing.NET with DryIoc modularity.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Tracing:

Repository Stars
dlebansais/Kill-Update
Prevents Windows 10 from updating. Can be manually disabled when updating is convenient.
Version Downloads Last updated
2.4.5 33,080 8/25/2021
2.4.3-pre 336 8/25/2021
2.4.2-pre 337 8/25/2021
2.3.21173.6-pre 369 6/22/2021
2.2.21112.1-pre 376 4/22/2021
2.2.19302.1 5,734 10/29/2019
2.2.19301.1-pre 572 10/28/2019
2.1.19301.1-pre 579 10/28/2019
2.1.19091.1 1,998 4/1/2019
2.1.18354.11-pre 1,141 12/20/2018
2.1.18354.9-pre 1,031 12/20/2018
2.1.18354.7-pre 996 12/20/2018
2.0.18338.1-pre 1,017 12/4/2018
2.0.18322.5-pre 1,046 11/18/2018
2.0.18322.3-pre 999 11/18/2018
2.0.18322.2-pre 1,013 11/18/2018
2.0.0-alpha1 1,132 11/17/2018
1.0.3-pre5 1,277 9/27/2017
1.0.3-pre4 1,212 4/10/2017
1.0.3-pre3 1,407 8/31/2016
1.0.3-pre2 1,250 8/31/2016
1.0.3-pre1 1,219 8/31/2016
1.0.2 16,159 6/1/2016
1.0.1 1,522 5/7/2016

2.0.0
- Support for .NET Standard 1.0 and 2.0

1.0.3
- Bug fix in AndroidLogTracer: Add exception details to log output
- Allow empty message tracing
- Several minor bug fixes

1.0.2
- Internal refactoring and cleanup
- Remove Guards dependency

1.0.1
- Initial release