Plexdata.LogWriter.Console.Windows
1.0.7.1
dotnet add package Plexdata.LogWriter.Console.Windows --version 1.0.7.1
NuGet\Install-Package Plexdata.LogWriter.Console.Windows -Version 1.0.7.1
<PackageReference Include="Plexdata.LogWriter.Console.Windows" Version="1.0.7.1" />
paket add Plexdata.LogWriter.Console.Windows --version 1.0.7.1
#r "nuget: Plexdata.LogWriter.Console.Windows, 1.0.7.1"
// Install Plexdata.LogWriter.Console.Windows as a Cake Addin #addin nuget:?package=Plexdata.LogWriter.Console.Windows&version=1.0.7.1 // Install Plexdata.LogWriter.Console.Windows as a Cake Tool #tool nuget:?package=Plexdata.LogWriter.Console.Windows&version=1.0.7.1
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 | 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 | 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. |
-
.NETStandard 2.0
- Plexdata.LogWriter.Abstraction (>= 1.0.7.1)
- Plexdata.LogWriter.Console (>= 1.0.7.1)
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.
See project history under https://github.com/akesseler/Plexdata.LogWriter/blob/master/code/src/HISTORY.md