NLog.OutputDebugString
5.3.2
Prefix Reserved
See the version list below for details.
dotnet add package NLog.OutputDebugString --version 5.3.2
NuGet\Install-Package NLog.OutputDebugString -Version 5.3.2
<PackageReference Include="NLog.OutputDebugString" Version="5.3.2" />
paket add NLog.OutputDebugString --version 5.3.2
#r "nuget: NLog.OutputDebugString, 5.3.2"
// Install NLog.OutputDebugString as a Cake Addin #addin nuget:?package=NLog.OutputDebugString&version=5.3.2 // Install NLog.OutputDebugString as a Cake Tool #tool nuget:?package=NLog.OutputDebugString&version=5.3.2
NLog OutputDebugString Target
NLog OutputDebugString Target writes to the OutputDebugString Win32 API, which can be monitored using debugger tools like DebugView.
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 OutputDebugString
when loading from NLog.config
-file, if having added extension to NLog.config
-file:
<extensions>
<add assembly="NLog.OutputDebugString"/>
</extensions>
Alternative register from code using fluent configuration API:
LogManager.Setup().SetupExtensions(ext => {
ext.RegisterTarget<NLog.Targets.OutputDebugStringTarget>();
});
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. |
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on NLog.OutputDebugString:
Repository | Stars |
---|---|
NLog/NLog
NLog - Advanced and Structured Logging for Various .NET Platforms
|
|
TV-Rename/tvrename
Organise your TV & Movie videos with ease
|
Version | Downloads | Last updated |
---|---|---|
5.3.4 | 2,622 | 9/12/2024 |
5.3.3 | 1,420 | 8/12/2024 |
5.3.2 | 9,061 | 4/30/2024 |
5.3.1 | 141 | 4/27/2024 |
5.2.8 | 11,076 | 12/29/2023 |
5.2.7 | 2,240 | 11/28/2023 |
5.2.6 | 1,204 | 11/19/2023 |
5.2.5 | 976 | 10/15/2023 |
5.2.4 | 1,682 | 9/6/2023 |
5.2.3 | 1,141 | 8/5/2023 |
5.2.2 | 4,026 | 7/4/2023 |
5.2.1 | 277 | 7/1/2023 |
5.2.0 | 10,645 | 5/30/2023 |
5.1.5 | 2,331 | 5/25/2023 |
5.1.4 | 1,768 | 4/29/2023 |
5.1.3 | 3,082 | 3/28/2023 |
5.1.2 | 1,494 | 2/17/2023 |
5.1.1 | 4,200 | 12/29/2022 |
5.1.0 | 10,162 | 11/27/2022 |
5.0.5 | 5,424 | 10/25/2022 |
5.0.4 | 17,879 | 9/1/2022 |
5.0.3 | 482 | 8/31/2022 |
5.0.2 | 1,092 | 8/12/2022 |
5.0.1 | 94,530 | 6/12/2022 |
5.0.0 | 5,151 | 5/16/2022 |
OutputDebugStringTarget Docs:
https://github.com/NLog/NLog/wiki/OutputDebugString-target