Psns.Common.Logging
1.0.0.3
See the version list below for details.
dotnet add package Psns.Common.Logging --version 1.0.0.3
NuGet\Install-Package Psns.Common.Logging -Version 1.0.0.3
<PackageReference Include="Psns.Common.Logging" Version="1.0.0.3" />
paket add Psns.Common.Logging --version 1.0.0.3
#r "nuget: Psns.Common.Logging, 1.0.0.3"
// Install Psns.Common.Logging as a Cake Addin #addin nuget:?package=Psns.Common.Logging&version=1.0.0.3 // Install Psns.Common.Logging as a Cake Tool #tool nuget:?package=Psns.Common.Logging&version=1.0.0.3
A simple logging library.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- EnterpriseLibrary.Logging (>= 5.0.505.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
## 1.0.0.3
### Features
* added additional extension methods to ILogger.
## 1.0.0.2
### Bug Fixes
* last bugfix didn't work; so removing AutoMapper and mapping manually.
## 1.0.0.1
### Bug Fixes
* Moved initialization of AutoMapper into the constructor of the Logger in order to prevent collection
modification exceptions (see https://github.com/AutoMapper/AutoMapper/issues/619).
## 1.0.0.0
### Features
* Initial release