Psns.Common.Logging
2017.9.20.1
dotnet add package Psns.Common.Logging --version 2017.9.20.1
NuGet\Install-Package Psns.Common.Logging -Version 2017.9.20.1
<PackageReference Include="Psns.Common.Logging" Version="2017.9.20.1" />
paket add Psns.Common.Logging --version 2017.9.20.1
#r "nuget: Psns.Common.Logging, 2017.9.20.1"
// Install Psns.Common.Logging as a Cake Addin #addin nuget:?package=Psns.Common.Logging&version=2017.9.20.1 // Install Psns.Common.Logging as a Cake Tool #tool nuget:?package=Psns.Common.Logging&version=2017.9.20.1
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. |
-
- NLog (>= 4.4.1)
- NLog.Schema (>= 4.4.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
## 2.0.0.2
### Features
* Allow Log Category to be set in more extension methods
## 2.0.0.1
### Features
* Fixing issue with transform config file
## 2.0.0.0
### Features
* switched to NLog logging framework because of better support for concurrent log writing
## 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