Tracing 1.0.3-pre1

This is a prerelease version of Tracing.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Tracing --version 1.0.3-pre1
NuGet\Install-Package Tracing -Version 1.0.3-pre1
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="1.0.3-pre1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tracing --version 1.0.3-pre1
#r "nuget: Tracing, 1.0.3-pre1"
#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=1.0.3-pre1&prerelease

// Install Tracing as a Cake Tool
#tool nuget:?package=Tracing&version=1.0.3-pre1&prerelease

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 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 monoandroid10 is compatible. 
MonoTouch monotouch10 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store win81 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has 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,078 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,731 10/29/2019
2.2.19301.1-pre 570 10/28/2019
2.1.19301.1-pre 577 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,085 6/1/2016
1.0.1 1,522 5/7/2016

1.0.2
     - Internal refactoring and cleanup
     - Remove Guards dependency
     
     1.0.1
     - Initial release