Info
Version: | 1.0.0-alpha009 |
Author(s): | Loránd Biró |
Last Update: | Wednesday, October 21, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/LorandBiro/LogSpect |
NuGet Url: | https://www.nuget.org/packages/LogSpect |
Install
Install-Package LogSpect
dotnet add package LogSpect
paket add LogSpect
LogSpect Download (Unzip the "nupkg" after downloading)
Dependencies
- LogSpect.Core(1.0.0009)
Tags
Just mark the methods you want and everything will be logged automatically: method calls, parameters, return values and exceptions. This package contains the LogSpectRewriter tool that will instrument your methods with logging instructions. By installing it you'll include this tool in the build process. This package alone doesn't contain any actual logger implementation, you'll have to connect it with some other logging framework.
For simple scenarios see the LogSpect.BasicLoggers package.