xSolon.Tracing
0.1.0
See the version list below for details.
dotnet add package xSolon.Tracing --version 0.1.0
NuGet\Install-Package xSolon.Tracing -Version 0.1.0
<PackageReference Include="xSolon.Tracing" Version="0.1.0" />
paket add xSolon.Tracing --version 0.1.0
#r "nuget: xSolon.Tracing, 0.1.0"
// Install xSolon.Tracing as a Cake Addin #addin nuget:?package=xSolon.Tracing&version=0.1.0 // Install xSolon.Tracing as a Cake Tool #tool nuget:?package=xSolon.Tracing&version=0.1.0
Tiny/Simple .net Tracing
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. 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. |
-
- Newtonsoft.Json (>= 7.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
--------------------------------------------------------------------------------------------------------------------------
0.1.0.0 : 2015/12/23
TracedClass: Base class that uses an internal TraceSource to trace events. Inherits from MarshalByRefObject to take advantage of RealProxy for automation (tracing in particular)
TracedProxy: Specialized RealProxy to Trace TracedClass. Traces arguments and elapsed time of every method in TracedClasses automatically
Ment to be used for debugging
Extensions: Static methods to easy use of proxies
--------------------------------------------------------------------------------------------------------------------------