AgileCoding.Extentions.Logger 1.0.0.2

There is a newer version of this package available.
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
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.Extentions.Logger" Version="1.0.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AgileCoding.Extentions.Logger --version 1.0.0.2
#r "nuget: AgileCoding.Extentions.Logger, 1.0.0.2"
#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.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

  1. LoggerExtentions - Static class containing logger extentions
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.
  • .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.

Version Downloads Last updated
2.0.6 319 7/29/2023
2.0.5 209 7/29/2023
1.0.0.4 467 6/28/2021
1.0.0.3 322 5/27/2021
1.0.0.2 320 5/26/2021
1.0.0.1 303 5/26/2021

- 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.