Psns.Common.Logging
2017.9.20.1
Install-Package Psns.Common.Logging -Version 2017.9.20.1
dotnet add 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 |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- 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