xSolon.Tracing 1.0.6

dotnet add package xSolon.Tracing --version 1.0.6
NuGet\Install-Package xSolon.Tracing -Version 1.0.6
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="xSolon.Tracing" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add xSolon.Tracing --version 1.0.6
#r "nuget: xSolon.Tracing, 1.0.6"
#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 xSolon.Tracing as a Cake Addin
#addin nuget:?package=xSolon.Tracing&version=1.0.6

// Install xSolon.Tracing as a Cake Tool
#tool nuget:?package=xSolon.Tracing&version=1.0.6

Tiny/Simple .net Diagnostics Tracing

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6 1,092 5/6/2018
1.0.5 1,008 3/10/2018
1.0.4 1,006 5/28/2017
0.1.2.4 1,024 3/6/2016
0.1.2.3 909 3/6/2016
0.1.2.2 944 3/5/2016
0.1.2.1 931 3/4/2016
0.1.1 1,113 12/24/2015
0.1.0.1 1,028 12/24/2015
0.1.0 1,910 12/24/2015

v 1.0.6 - 2018-05-06: Elapsed static method for TraceSource
     v 1.0.5 - LogicalOperationScope using operation id parameter for scope identifier
     v 1.0.4 - 2017-05-28: Serialize and GlobalSerializer allow to set parameter serializer function.
     v 1.0.3 - 2017-05-27: Proxy logs elapsed time and parameter values
     
     0.1.2.4 : 2016/03/06 --------------------------------------------------------------------------------------------------------------------------
     Target .net 3.5/.net 4.0

     0.1.2.2 : 2016/03/05 --------------------------------------------------------------------------------------------------------------------------
     xSolon.Tracing.Extensions: Indent/Unindent listeners of TraceSource classes
     ActivityScope class: Additional constructor

     0.1.2.0 : 2015/12/24 --------------------------------------------------------------------------------------------------------------------------
     InMemoryTraceListener: Sample Trace Listener
     TracedProxy: Skip auditing implementation methods

     0.1.1.0 : 2015/12/23 --------------------------------------------------------------------------------------------------------------------------
     ExtendedTraceSource: TraceSource that defined helper methods: Indent, UnIndent
     TracedClass: New Constructor taking an ExtendedTraceSource as a parameter

     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