Info
Version: | 14.2.2 |
Author(s): | Signature Code |
Last Update: | Tuesday, January 25, 2022 |
.NET Fiddle: | Online Example |
NuGet Url: | https://www.nuget.org/packages/CK.ActivityMonitor.StandardSender |
Install
Install-Package CK.ActivityMonitor.StandardSender
dotnet add package CK.ActivityMonitor.StandardSender
paket add CK.ActivityMonitor.StandardSender
CK.ActivityMonitor.StandardSender Download (Unzip the "nupkg" after downloading)
Dependencies
- CK.ActivityMonitor(>= 13.3.2)
The OpenTrace/Info/Warn/Error/Fatal and Trace/Info/Warn/Error/Fatal extension methods support file name and line number capture but requires a Send method to emit the log itself.
This package is somehow deprecated: thanks to the C# 6 string interpolation the new CK.ActivityMonitor.SimpleSender package should be used instead.