Info
Version: | 1.1.0-beta1 |
Author(s): | Kirill Dubinkin |
Last Update: | Friday, August 17, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/we-apon/Dccelerator |
NuGet Url: | https://www.nuget.org/packages/Dccelerator.UnAuthomatedTracing |
Install
Install-Package Dccelerator.UnAuthomatedTracing
dotnet add package Dccelerator.UnAuthomatedTracing
paket add Dccelerator.UnAuthomatedTracing
Dccelerator.UnAuthomatedTracing Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- Newtonsoft.Json(>= 11.0.2)
- PostSharp(>= 4.3.43)
- Newtonsoft.Json(>= 11.0.2)
- PostSharp(>= 5.0.53)
- PostSharp.Redist(>= 5.0.53)
- System.Runtime.Serialization.Formatters(>= 4.3.0)
Tags
It makes completely simple to use activity tracing and locial operations stacks.
To use, just mark an class, property, method or entire assembly with [TraceSource] attribute and relax complete stack tracing with input/output values and graphs.
And don't forget to activate TraceSource through app/web configs, see Essential.Diagnostics project for good examples of rich tracing https://github.com/sgryphon/essential-diagnostics/blob/develop/docs/ReadMe.md.