Plexdata.LogWriter.Abstraction
1.0.7.1
dotnet add package Plexdata.LogWriter.Abstraction --version 1.0.7.1
NuGet\Install-Package Plexdata.LogWriter.Abstraction -Version 1.0.7.1
<PackageReference Include="Plexdata.LogWriter.Abstraction" Version="1.0.7.1" />
paket add Plexdata.LogWriter.Abstraction --version 1.0.7.1
#r "nuget: Plexdata.LogWriter.Abstraction, 1.0.7.1"
// Install Plexdata.LogWriter.Abstraction as a Cake Addin #addin nuget:?package=Plexdata.LogWriter.Abstraction&version=1.0.7.1 // Install Plexdata.LogWriter.Abstraction as a Cake Tool #tool nuget:?package=Plexdata.LogWriter.Abstraction&version=1.0.7.1
This library defines all basic interfaces as well as other implementations of the Plexdata Logging Writer.
Furthermore, this library provides an implementation of an Empty logger. This special type of logging implementation might be for example useful when it is not yet clear which of the logging implementations should be used but logging has to be supported at all.
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
- No dependencies.
NuGet packages (8)
Showing the top 5 NuGet packages that depend on Plexdata.LogWriter.Abstraction:
Package | Downloads |
---|---|
Plexdata.LogWriter.Console
Plexdata.LogWriter.Console defines all ILogger derived interfaces for console logging of the Plexdata Logging Writer. This package includes classes that are shared between all available implementations of any of the console logger interfaces. |
|
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.Persistent
Plexdata.LogWriter.Persistent implements the IPersistentLogger interface that allows writing of logging messages into files. Main feature of this package is that it can be used platform independently. |
|
Plexdata.LogWriter.Stream
Plexdata.LogWriter.Stream implements the IStreamLogger interface that allows writing of logging messages into any type of stream sink. 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 | 1,610 | 3/2/2023 |
1.0.6.1 | 1,938 | 5/11/2021 |
1.0.5.2 | 2,118 | 11/22/2019 |
1.0.5.1 | 2,082 | 10/20/2019 |
1.0.4.2 | 1,999 | 8/16/2019 |
1.0.4.1 | 1,915 | 8/6/2019 |
1.0.3.2 | 1,822 | 6/21/2019 |
1.0.3.1 | 1,798 | 6/17/2019 |
1.0.2.6 | 1,718 | 6/8/2019 |
1.0.2.4 | 1,740 | 5/14/2019 |
1.0.1.2 | 1,684 | 4/9/2019 |
1.0.0.1 | 1,600 | 3/10/2019 |
See project history under https://github.com/akesseler/Plexdata.LogWriter/blob/master/code/src/HISTORY.md