Info
Version: | 1.4.2 |
Author(s): | Yuriy Frankiv |
Last Update: | Thursday, August 18, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://logscope.devinstance.net/ |
NuGet Url: | https://www.nuget.org/packages/DevInstance.LogScope |
Install
Install-Package DevInstance.LogScope
dotnet add package DevInstance.LogScope
paket add DevInstance.LogScope
DevInstance.LogScope Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
LogScope is not yet another logger. It is an extension of existing logging libraries that provides alternative way of logging and measuring a performance of critical parts of code. It also helps building a cleaner picture of executing asynchronous calls. The whole idea is based on a “scope”.
Scope can be method or a specific part of it. The implementation is based on IDisposable where calling Dispose ends the scope.
Quick introduction: https://devinstance.net/blog/introducing-logscope
Documentation: http://logscope.devinstance.net.