Info
Version: | 0.5.0 |
Author(s): | Justin Adler |
Last Update: | Thursday, July 10, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PureKrome/SimpleLogging |
NuGet Url: | https://www.nuget.org/packages/SimpleLogging.NLog |
Install
Install-Package SimpleLogging.NLog
dotnet add package SimpleLogging.NLog
paket add SimpleLogging.NLog
SimpleLogging.NLog Download (Unzip the "nupkg" after downloading)
Dependencies
- SimpleLogging.Core(0.5.0)
- NLog(2.1.0)
Tags
A common use of this is to send messages to an NLog viewer like Sentinel to get live (streamed) logging messages.
Also includes a simple way to programatically turn on/off an NLogViewTarget, which is awesome when used in an Azure role :).