Common.Logging 3.4.1

dotnet add package Common.Logging --version 3.4.1
                    
NuGet\Install-Package Common.Logging -Version 3.4.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Common.Logging" Version="3.4.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Common.Logging" Version="3.4.1" />
                    
Directory.Packages.props
<PackageReference Include="Common.Logging" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Common.Logging --version 3.4.1
                    
#r "nuget: Common.Logging, 3.4.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Common.Logging@3.4.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Common.Logging&version=3.4.1
                    
Install as a Cake Addin
#tool nuget:?package=Common.Logging&version=3.4.1
                    
Install as a Cake Tool

Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (654)

Showing the top 5 NuGet packages that depend on Common.Logging:

Package Downloads
Splitio

Package Description

Common.Logging.Serilog

Common.Logging.Serilog is an adapter that bridges the Common.Logging abstraction with Serilog, allowing you to use Serilog as the underlying logging framework in applications that rely on Common.Logging.

itext7.licensekey

The iText 7 license key library enables the use of iText 7 (and iTextSharp version 5.5.13 and newer) in non-AGPL mode, and also provides access to the iText 7 add-ons

rox-server

A secure feature management system.

Common.Logging.Log4Net1213

Common.Logging library bindings for Log4Net 1.2.13 logging framework.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Common.Logging:

Repository Stars
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
Version Downloads Last Updated
3.4.1 73,333,946 8/16/2017
3.4.1-RC1 10,136 8/14/2017
3.4.0 584,971 8/3/2017
3.4.0-RC1 10,463 7/16/2017
3.4.0-Beta2 455,707 10/3/2016
3.4.0-Beta1 8,872 10/3/2016
3.4.0-Alpha2 17,658 9/25/2016
3.4.0-Alpha1 19,830 6/18/2016
3.3.2-Alpha3 11,368 5/29/2016
3.3.2-Alpha2 8,711 5/29/2016
3.3.2-Alpha1 8,550 5/23/2016
3.3.1 14,816,853 11/14/2015
3.3.0 886,353 9/8/2015
3.2.0 451,721 7/3/2015
3.1.0 1,098,210 3/27/2015
3.0.0 3,936,690 1/11/2015
3.0.0-Alpha1 67,218 12/24/2014
2.3.1 1,219,788 11/2/2014
2.3.0 30,139 11/1/2014
2.3.0-RC1 5,153 10/27/2014
Loading failed