this.Log
0.0.3
dotnet add package this.Log --version 0.0.3
NuGet\Install-Package this.Log -Version 0.0.3
<PackageReference Include="this.Log" Version="0.0.3" />
paket add this.Log --version 0.0.3
#r "nuget: this.Log, 0.0.3"
// Install this.Log as a Cake Addin #addin nuget:?package=this.Log&version=0.0.3 // Install this.Log as a Cake Tool #tool nuget:?package=this.Log&version=0.0.3
this.Log is a Logging Extension that works in all code locations.
This package by itself only brings the logging extension and allows you to call this.Log().Debug, etc.
What it doesn't bring though is a logging facility. Please search nuget for this.Log to see the facilities.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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 (5)
Showing the top 5 NuGet packages that depend on this.Log:
Package | Downloads |
---|---|
this.Log-log4net
this.Log-log4net is the log4net plugin to this.Log logging extension. |
|
this.Log-NLog
this.Log-NLog is the NLog plugin to this.Log logging extension. |
|
this.log-moq
this.Log-Moq is the Moq plugin to this.Log logging extension that brings the MockLogger. |
|
this.Log-RhinoMocks
this.Log-RhinoMocks is the Rhino Mocks plugin to this.Log logging extension that brings the MockLogger.s |
|
DataCollectorLib
DataCollectorLib |
GitHub repositories
This package is not used by any popular GitHub repositories.
== v0.0.3 ==
Strong named the assembly - https://github.com/ferventcoder/this.Log/pull/6
Error and Fatal can now have Exceptions passed to them (only the Func<string> versions though) - https://github.com/ferventcoder/this.Log/commit/4a468d2836312184597981e5e91a98909e23f1f8