Psns.Common.Logging
1.0.0.4
See the version list below for details.
Install-Package Psns.Common.Logging -Version 1.0.0.4
dotnet add package Psns.Common.Logging --version 1.0.0.4
<PackageReference Include="Psns.Common.Logging" Version="1.0.0.4" />
paket add Psns.Common.Logging --version 1.0.0.4
#r "nuget: Psns.Common.Logging, 1.0.0.4"
// Install Psns.Common.Logging as a Cake Addin
#addin nuget:?package=Psns.Common.Logging&version=1.0.0.4
// Install Psns.Common.Logging as a Cake Tool
#tool nuget:?package=Psns.Common.Logging&version=1.0.0.4
A simple logging library.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- 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.4
### Features
* changed TargetFramework to 4.5
## 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