Plexdata.LogWriter.Console
1.0.3.1
See the version list below for details.
dotnet add package Plexdata.LogWriter.Console --version 1.0.3.1
NuGet\Install-Package Plexdata.LogWriter.Console -Version 1.0.3.1
<PackageReference Include="Plexdata.LogWriter.Console" Version="1.0.3.1" />
paket add Plexdata.LogWriter.Console --version 1.0.3.1
#r "nuget: Plexdata.LogWriter.Console, 1.0.3.1"
// Install Plexdata.LogWriter.Console as a Cake Addin #addin nuget:?package=Plexdata.LogWriter.Console&version=1.0.3.1 // Install Plexdata.LogWriter.Console as a Cake Tool #tool nuget:?package=Plexdata.LogWriter.Console&version=1.0.3.1
This library defines all ILogger
derived interfaces that especially provide console logging.
Furthermore, this library includes classes that are shared between all available implementations of any of the console logger interfaces.
Unfortunately, this library can only be used together with one of the platform dependent console logger libraries. In other words, this library does not contain any logging related implementation.
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.3.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Plexdata.LogWriter.Console:
Package | Downloads |
---|---|
Plexdata.LogWriter.Console.Standard
Plexdata.LogWriter.Console.Standard implements the IConsoleLogger interface that allows printing of logging messages into the console window. Main feature of this package is that it can be used platform independently. |
|
Plexdata.LogWriter.Console.Windows
Plexdata.LogWriter.Console.Windows implements the IConsoleLogger interface that allows printing of logging messages into the console window. 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! |
|
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.
No changes since last version.