AgileCoding.Extentions.Logger
1.0.0.2
See the version list below for details.
dotnet add package AgileCoding.Extentions.Logger --version 1.0.0.2
NuGet\Install-Package AgileCoding.Extentions.Logger -Version 1.0.0.2
<PackageReference Include="AgileCoding.Extentions.Logger" Version="1.0.0.2" />
paket add AgileCoding.Extentions.Logger --version 1.0.0.2
#r "nuget: AgileCoding.Extentions.Logger, 1.0.0.2"
// Install AgileCoding.Extentions.Logger as a Cake Addin #addin nuget:?package=AgileCoding.Extentions.Logger&version=1.0.0.2 // Install AgileCoding.Extentions.Logger as a Cake Tool #tool nuget:?package=AgileCoding.Extentions.Logger&version=1.0.0.2
#AgileCoding.Extentions.Logger ReadMePage
###This is extention methods to AgileCoding.Library.Loggers
- LoggerExtentions - Static class containing logger extentions
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AgileCoding.Extentions.Logger:
Package | Downloads |
---|---|
AgileCoding.Extentions.Activator
Extentions to enhance Activator beharvior |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Removing Hard dependancy on logger implementations so the logger interface extention can be use freely with no implementation links
- WindowsEventLog extentions was moved to AgileCoding.Library.Loggers Nuget Package
- Shifted eventId to be the first parameter for all logger extentions, I did this incase I need to add the 'includeInnerExceptions' in the future for methods that takes a exception. On the other hand it can be compiles into a string message. This is a break change however I'm the only one using this lib yet.