AgileCoding.Library.Loggers
1.0.0.4
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
<PackageReference Include="AgileCoding.Library.Loggers" Version="1.0.0.4" />
paket add AgileCoding.Library.Loggers --version 1.0.0.4
#r "nuget: AgileCoding.Library.Loggers, 1.0.0.4"
// 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
- UnitTestLogger - Represents a logger tobe used in your unit tests
- WindowsEventLogger - Represents a logger to log to the Windows Event Logs
- 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- AgileCoding.Extentions.Exception (>= 1.0.0.1)
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.
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.