log4cpp 1.1.3.3

dotnet add package log4cpp --version 1.1.3.3
                    
NuGet\Install-Package log4cpp -Version 1.1.3.3
                    
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="log4cpp" Version="1.1.3.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="log4cpp" Version="1.1.3.3" />
                    
Directory.Packages.props
<PackageReference Include="log4cpp" />
                    
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 log4cpp --version 1.1.3.3
                    
#r "nuget: log4cpp, 1.1.3.3"
                    
#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 log4cpp@1.1.3.3
                    
#: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=log4cpp&version=1.1.3.3
                    
Install as a Cake Addin
#tool nuget:?package=log4cpp&version=1.1.3.3
                    
Install as a Cake Tool

NuGet package of log4cpp, a C++ logging framework. The repository used to create this package https://github.com/MikeAirey/log4cpp was forked from the official log4cpp project at https://sourceforge.net/p/log4cpp/codegit/. This package is versioned the same as the original framework. The forked repo will remain as thin a wrapper around the official log4cpp repo as possible, adding only what is necessary to produce the NuGet package.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on log4cpp:

Package Downloads
ROOTMAP.Core

NuGet package of ROOTMAP.Core

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.3.3 10,487 1/16/2022
1.1.3.2 584 1/15/2022
1.1.3.1 584 7/21/2021
1.1.3 5,596 12/28/2018

Updated to use vc143 tooling. Built from identical code to the 1.1.3 version; only the compiled artifacts are different.