xSolon.Tracing
0.1.2.3
See the version list below for details.
dotnet add package xSolon.Tracing --version 0.1.2.3
NuGet\Install-Package xSolon.Tracing -Version 0.1.2.3
<PackageReference Include="xSolon.Tracing" Version="0.1.2.3" />
paket add xSolon.Tracing --version 0.1.2.3
#r "nuget: xSolon.Tracing, 0.1.2.3"
// Install xSolon.Tracing as a Cake Addin #addin nuget:?package=xSolon.Tracing&version=0.1.2.3 // Install xSolon.Tracing as a Cake Tool #tool nuget:?package=xSolon.Tracing&version=0.1.2.3
Tiny/Simple .net Diagnostics Tracing
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.
0.1.2.3 : 2016/03/06 --------------------------------------------------------------------------------------------------------------------------
Target .net 3.5
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