aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/log4cxx/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/log4cxx/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/log4cxx/vcpkg.json')
-rw-r--r--vcpkg/ports/log4cxx/vcpkg.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/vcpkg/ports/log4cxx/vcpkg.json b/vcpkg/ports/log4cxx/vcpkg.json
new file mode 100644
index 0000000..7c047b8
--- /dev/null
+++ b/vcpkg/ports/log4cxx/vcpkg.json
@@ -0,0 +1,41 @@
+{
+ "name": "log4cxx",
+ "version": "1.5.0",
+ "description": "Apache log4cxx is a logging framework for C++ patterned after Apache log4j, which uses Apache Portable Runtime for most platform-specific code and should be usable on any platform supported by APR",
+ "homepage": "https://logging.apache.org/log4cxx",
+ "license": "Apache-2.0",
+ "supports": "!uwp",
+ "dependencies": [
+ "apr",
+ "apr-util",
+ "expat",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "fmt": {
+ "description": "Include the log4cxx::FMTLayout class that uses libfmt to layout messages",
+ "dependencies": [
+ "fmt"
+ ]
+ },
+ "mprfa": {
+ "description": "Synchronizes rollover when multiple process log to the same file"
+ },
+ "qt": {
+ "description": "Allow QString values in the LOG4CXX_WARN, LOG4CXX_INFO, LOG4CXX_DEBUG etc. macros",
+ "dependencies": [
+ {
+ "name": "qt5-base",
+ "default-features": false
+ }
+ ]
+ }
+ }
+}