AgileCoding.Library.Loggers 1.0.0.4

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

// Install AgileCoding.Library.Loggers as a Cake Tool
#tool nuget:?package=AgileCoding.Library.Loggers&version=1.0.0.4

#AgileCoding.Library.Loggers ReadMePage

###This is a list of loging implementations

  1. UnitTestLogger - Represents a logger tobe used in your unit tests
  2. WindowsEventLogger - Represents a logger to log to the Windows Event Logs
  3. WindowsConsoleOutputLogger - Allows logging to the console using the respective StandardOutput and StandardErrorOutput streams on the static Console class. Warnings, Information, Verbose fall under StandardOutput while Error and Critical falls under StandardErrorOutput.
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 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 AgileCoding.Library.Loggers:

Package Downloads
AgileCoding.Factory.ClientProxy

Factories that create service proxies

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.8 430 6/28/2021
1.0.0.7 338 5/28/2021
1.0.0.6 348 5/27/2021
1.0.0.5 307 5/27/2021
1.0.0.4 370 5/26/2021
1.0.0.3 297 5/26/2021
1.0.0.2 304 5/26/2021
1.0.0.1 329 5/24/2021

Added the WindowsConsoleOutputLogger that allows logging to the console using the respective StandardOutput and StandardErrorOutput streams on the static Console class. Warnings, Information, Verbose fall under StandardOutput while Error and Critical falls under StandardErrorOutput.
Also Added the WindowsEventLoggerExtentions for better seperation of concerns from the AgileCoding.Extentions.Loggers.