NLog.WindowsRegistry
5.3.4
Prefix Reserved
dotnet add package NLog.WindowsRegistry --version 5.3.4
NuGet\Install-Package NLog.WindowsRegistry -Version 5.3.4
<PackageReference Include="NLog.WindowsRegistry" Version="5.3.4" />
paket add NLog.WindowsRegistry --version 5.3.4
#r "nuget: NLog.WindowsRegistry, 5.3.4"
// Install NLog.WindowsRegistry as a Cake Addin #addin nuget:?package=NLog.WindowsRegistry&version=5.3.4 // Install NLog.WindowsRegistry as a Cake Tool #tool nuget:?package=NLog.WindowsRegistry&version=5.3.4
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 | Versions 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. |
-
.NETFramework 3.5
- NLog (>= 5.3.4)
-
.NETFramework 4.5
- NLog (>= 5.3.4)
-
.NETFramework 4.6
- NLog (>= 5.3.4)
-
.NETStandard 2.0
- Microsoft.Win32.Registry (>= 4.5.0)
- NLog (>= 5.3.4)
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.4 | 158 | 9/12/2024 |
5.3.3 | 137 | 8/12/2024 |
5.3.2 | 192 | 4/30/2024 |
5.3.1 | 105 | 4/27/2024 |
5.2.8 | 293 | 12/29/2023 |
5.2.7 | 219 | 11/28/2023 |
5.2.6 | 144 | 11/19/2023 |
5.2.5 | 222 | 10/15/2023 |
5.2.4 | 146 | 9/6/2023 |
5.2.3 | 178 | 8/5/2023 |
5.2.2 | 204 | 7/4/2023 |
5.2.1 | 162 | 7/1/2023 |
5.2.0 | 166 | 5/30/2023 |
5.1.5 | 151 | 5/25/2023 |
5.1.4 | 188 | 4/29/2023 |
5.1.3 | 242 | 3/28/2023 |
5.1.2 | 275 | 2/17/2023 |
5.1.1 | 306 | 12/29/2022 |
5.1.0 | 331 | 11/27/2022 |
5.0.5 | 687 | 10/25/2022 |
5.0.4 | 788 | 9/1/2022 |
5.0.3 | 410 | 8/31/2022 |
5.0.2 | 457 | 8/12/2022 |
5.0.1 | 855 | 6/12/2022 |
5.0.0 | 593 | 5/16/2022 |
RegistryLayoutRenderer Docs:
https://github.com/NLog/NLog/wiki/Registry-Layout-Renderer