NLog.WindowsRegistry 5.2.8

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package NLog.WindowsRegistry --version 5.2.8
NuGet\Install-Package NLog.WindowsRegistry -Version 5.2.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NLog.WindowsRegistry" Version="5.2.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NLog.WindowsRegistry --version 5.2.8
#r "nuget: NLog.WindowsRegistry, 5.2.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NLog.WindowsRegistry as a Cake Addin
#addin nuget:?package=NLog.WindowsRegistry&version=5.2.8

// Install NLog.WindowsRegistry as a Cake Tool
#tool nuget:?package=NLog.WindowsRegistry&version=5.2.8

NLog Registry LayoutRenderer

NLog Registry LayoutRenderer to output value from Windows Registry.

If having trouble with output, then check NLog InternalLogger for clues. See also Troubleshooting NLog

See the NLog Wiki for available options and examples.

Register Extension

NLog will only recognize type-alias registry when loading from NLog.config-file, if having added extension to NLog.config-file:

<extensions>
    <add assembly="NLog.WindowsRegistry"/>
</extensions>

Alternative register from code using fluent configuration API:

LogManager.Setup().SetupExtensions(ext => {
   ext.RegisterLayoutRenderer<NLog.LayoutRenderers.RegistryLayoutRenderer>();
});
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on NLog.WindowsRegistry:

Repository Stars
NLog/NLog
NLog - Advanced and Structured Logging for Various .NET Platforms
Version Downloads Last updated
5.3.2 55 4/30/2024
5.3.1 68 4/27/2024
5.2.8 257 12/29/2023
5.2.7 171 11/28/2023
5.2.6 118 11/19/2023
5.2.5 195 10/15/2023
5.2.4 135 9/6/2023
5.2.3 152 8/5/2023
5.2.2 182 7/4/2023
5.2.1 144 7/1/2023
5.2.0 144 5/30/2023
5.1.5 134 5/25/2023
5.1.4 173 4/29/2023
5.1.3 225 3/28/2023
5.1.2 257 2/17/2023
5.1.1 285 12/29/2022
5.1.0 319 11/27/2022
5.0.5 669 10/25/2022
5.0.4 764 9/1/2022
5.0.3 385 8/31/2022
5.0.2 439 8/12/2022
5.0.1 827 6/12/2022
5.0.0 575 5/16/2022

RegistryLayoutRenderer Docs:
     https://github.com/NLog/NLog/wiki/Registry-Layout-Renderer