Yaaf.Logging
1.0.1
See the version list below for details.
dotnet add package Yaaf.Logging --version 1.0.1
NuGet\Install-Package Yaaf.Logging -Version 1.0.1
<PackageReference Include="Yaaf.Logging" Version="1.0.1" />
paket add Yaaf.Logging --version 1.0.1
#r "nuget: Yaaf.Logging, 1.0.1"
// Install Yaaf.Logging as a Cake Addin #addin nuget:?package=Yaaf.Logging&version=1.0.1 // Install Yaaf.Logging as a Cake Tool #tool nuget:?package=Yaaf.Logging&version=1.0.1
Yaaf.Logging is a simple abstraction layer over a logging library (designed for System.Diagnostic.TraceSource).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. 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. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Yaaf.Logging:
Package | Downloads |
---|---|
Yaaf.FSharp.Helper
A helper library with some F# functions. |
|
Yaaf.ApplicationInsights
Yaaf.ApplicationInsights is a simple helper library for using Microsofts ApplicationInsights with F# (designed for System.Diagnostic.TraceSource / Yaaf.Logging and usable with profile111). |
GitHub repositories
This package is not used by any popular GitHub repositories.
Check if exception is already tracked before setting the "tracked" data item.
Fix some issues with the PCL library not working properly (throwing exception on startup).
ITraceSource no longer contains the "Wrapped" member directly to be consistent with the PCL definition, use IExtendedTraceSource if required.