Info
Version: | 1.0.7.1 |
Author(s): | plexdata.de |
Last Update: | Thursday, March 2, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/akesseler/Plexdata.LogWriter |
NuGet Url: | https://www.nuget.org/packages/Plexdata.LogWriter.Console.Windows |
Install
Install-Package Plexdata.LogWriter.Console.Windows
dotnet add package Plexdata.LogWriter.Console.Windows
paket add Plexdata.LogWriter.Console.Windows
Plexdata.LogWriter.Console.Windows Download (Unzip the "nupkg" after downloading)
Dependencies
- Plexdata.LogWriter.Abstraction(>= 1.0.5.2)
- Plexdata.LogWriter.Console(>= 1.0.5.2)
Tags
Main feature of this package 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.
Attention: This package can only be used on Windows platforms because of it uses native Win32 API functions!.