Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
Info
Version: | 3.4.1 |
Author(s): | Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen |
Last Update: | Wednesday, August 16, 2017 |
.NET Fiddle: | Online Example |
Project Url: | http://net-commons.github.io/common-logging/ |
NuGet Url: | https://www.nuget.org/packages/Common.Logging |
Install
Install-Package Common.Logging
dotnet add package Common.Logging
paket add Common.Logging
Common.Logging Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 3.5
- Common.Logging.Core(>= 3.4.1)
- Common.Logging.Core(>= 3.4.1)
- Microsoft.CSharp(>= 4.0.1)
- System.Collections(>= 4.0.11)
- System.Diagnostics.Debug(>= 4.0.11)
- System.Globalization(>= 4.0.11)
- System.Reflection.TypeExtensions(>= 4.1.0)
- System.Runtime.Extensions(>= 4.1.0)
- System.Threading(>= 4.0.11)
- Common.Logging.Core(>= 3.4.1)
Tags