SimpleLogging.NLog
0.3.0
See the version list below for details.
dotnet add package SimpleLogging.NLog --version 0.3.0
NuGet\Install-Package SimpleLogging.NLog -Version 0.3.0
<PackageReference Include="SimpleLogging.NLog" Version="0.3.0" />
paket add SimpleLogging.NLog --version 0.3.0
#r "nuget: SimpleLogging.NLog, 0.3.0"
// Install SimpleLogging.NLog as a Cake Addin #addin nuget:?package=SimpleLogging.NLog&version=0.3.0 // Install SimpleLogging.NLog as a Cake Tool #tool nuget:?package=SimpleLogging.NLog&version=0.3.0
Used with SimpleLogging, this provides you with a quick, simple and easy way to log messages with NLog.
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 :)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- NLog (>= 2.1.0)
- SimpleLogging.Core (>= 0.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SimpleLogging.NLog:
Package | Downloads |
---|---|
SimpleLogging.LogEntries
This package simplifies logging to LogEntries using nLog as the engine. |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Fixed handling of existing Configuration data.
- Option: defining a Target to be async. Default = True.