Plexdata.LogWriter.Console.Windows 1.0.5.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Plexdata.LogWriter.Console.Windows --version 1.0.5.2
NuGet\Install-Package Plexdata.LogWriter.Console.Windows -Version 1.0.5.2
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="Plexdata.LogWriter.Console.Windows" Version="1.0.5.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Plexdata.LogWriter.Console.Windows --version 1.0.5.2
#r "nuget: Plexdata.LogWriter.Console.Windows, 1.0.5.2"
#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 Plexdata.LogWriter.Console.Windows as a Cake Addin
#addin nuget:?package=Plexdata.LogWriter.Console.Windows&version=1.0.5.2

// Install Plexdata.LogWriter.Console.Windows as a Cake Tool
#tool nuget:?package=Plexdata.LogWriter.Console.Windows&version=1.0.5.2

This library implements the IConsoleLogger interface that allows printing of logging messages into the console window.

Main feature of this library is that NOT only pure console applications are able to write logging messages into the console window. For example when using an old-fashioned Windows Forms application an extra window is opened that shows all logging messages.

Unfortunately, Visual Studio prints all message for a non-console application into its own output window. This in turn means that all logging message are lost when running such a program as release and without having a Debugger. Therefore, this library ensures that all logging messages are put into the console window by bypassing the output behavior of Visual Studio.

Attention: This package can only be used on Windows platforms because of it uses native Win32 API functions!

The sources can be found on GitHub under https://github.com/akesseler/Plexdata.LogWriter.

The class documentation can be found on GitHub under https://github.com/akesseler/Plexdata.LogWriter/wiki.

The documentation with an overview, an introduction as well as examples is available under https://akesseler.github.io/Plexdata.LogWriter/.

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 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 (1)

Showing the top 1 NuGet packages that depend on Plexdata.LogWriter.Console.Windows:

Package Downloads
Plexdata.LogWriter.Composite

Plexdata.LogWriter.Composite implements the ICompositeLogger interface that allows writing of logging messages into multiple logging sinks. Main feature of this package is that it can be used platform independently.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.7.1 345 3/2/2023
1.0.6.1 601 5/11/2021
1.0.5.2 637 11/22/2019
1.0.5.1 610 10/20/2019
1.0.4.2 696 8/16/2019
1.0.4.1 631 8/6/2019
1.0.3.2 485 6/21/2019
1.0.3.1 485 6/17/2019
1.0.2.6 546 6/8/2019
1.0.2.4 502 5/14/2019
1.0.1.2 509 4/9/2019
1.0.0.1 511 3/10/2019