Tracing 2.4.5
dotnet add package Tracing --version 2.4.5
NuGet\Install-Package Tracing -Version 2.4.5
<PackageReference Include="Tracing" Version="2.4.5" />
paket add Tracing --version 2.4.5
#r "nuget: Tracing, 2.4.5"
// 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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
-
.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 | 28,001 | 8/25/2021 |
2.4.3-pre | 259 | 8/25/2021 |
2.4.2-pre | 248 | 8/25/2021 |
2.3.21173.6-pre | 280 | 6/22/2021 |
2.2.21112.1-pre | 290 | 4/22/2021 |
2.2.19302.1 | 5,486 | 10/29/2019 |
2.2.19301.1-pre | 494 | 10/28/2019 |
2.1.19301.1-pre | 495 | 10/28/2019 |
2.1.19091.1 | 1,820 | 4/1/2019 |
2.1.18354.11-pre | 1,073 | 12/20/2018 |
2.1.18354.9-pre | 983 | 12/20/2018 |
2.1.18354.7-pre | 949 | 12/20/2018 |
2.0.18338.1-pre | 967 | 12/4/2018 |
2.0.18322.5-pre | 993 | 11/18/2018 |
2.0.18322.3-pre | 949 | 11/18/2018 |
2.0.18322.2-pre | 957 | 11/18/2018 |
2.0.0-alpha1 | 1,072 | 11/17/2018 |
1.0.3-pre5 | 1,215 | 9/27/2017 |
1.0.3-pre4 | 1,157 | 4/10/2017 |
1.0.3-pre3 | 1,352 | 8/31/2016 |
1.0.3-pre2 | 1,184 | 8/31/2016 |
1.0.3-pre1 | 1,163 | 8/31/2016 |
1.0.2 | 12,677 | 6/1/2016 |
1.0.1 | 1,407 | 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