log4cxx.vcpkg 1.4.0.1

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

log4cxx.vcpkg

This NuGet package provides the log4cxx library, compiled with vcpkg for Windows x64 using Microsoft Visual Studio 2022 (toolset v143).

Nuget Version

📦 Package Contents

  • Header files (include/log4cxx/*.h)
  • Static libraries:
    • log4cxx.lib
    • charset.lib
    • iconv.lib
    • lzma.lib
    • zlib.lib (or zlibd.lib in Debug mode)
  • Dynamic libraries (.dll) for Debug and Release
  • .targets file that automatically configures:
    • Include paths
    • Library paths
    • Dependencies
    • Copy .dll files to output folder ($(OutDir))

⚙️ How to use

  1. Add the package to your C++ project via NuGet.
  2. Visual Studio will automatically apply the settings via the included .targets file.
  3. Make sure your project is set to x64 platform.

🔁 Automatic configuration

  • In Release: links with zlib.lib
  • In Debug: links with zlibd.lib
  • DLLs are copied to $(OutDir) after build

📦 NuGet Package

📝 License

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.