Info
Version: | 3.2.4 |
Author(s): | Тrасеr.Fоdy |
Last Update: | Wednesday, February 26, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/csnemes/tracer |
NuGet Url: | https://www.nuget.org/packages/Tracer.Fody.NLog |
Install
Install-Package Tracer.Fody.NLog
dotnet add package Tracer.Fody.NLog
paket add Tracer.Fody.NLog
Tracer.Fody.NLog Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
No dependencies.
No dependencies.
Besides it rewrites static log calls to
instance calls adding method information to the call in order to avoid costly stack walks in the logger. This is a general rewriter which can be adapted to different logging frameworks, do not use it directly.
Use one of the existing adapters in your project like Tracer.Log4Net.Fody or build your own.