Registry / logging / log4cxx

log4cxx

JSON →
library1.6.1vcpkgunverified

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

vcpkg install log4cxx
INSTALL
IMPORT
SIG · LOG4CXX
L
log4cxx
loggingcppv1.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

log4cxx/logger.h
#include <log4cxx/logger.h>

Minimal usage of log4cxx

#include <log4cxx/logger.h> #include <log4cxx/basicconfigurator.h> int main() { log4cxx::BasicConfigurator::configure(); log4cxx::LoggerPtr logger(log4cxx::Logger::getLogger("main")); LOG4CXX_INFO(logger, "Hello, log4cxx!"); return 0; }
Debug
Known issues
gotchaRequires APR (Apache Portable Runtime) to be installed
fix
Ensure APR is available; vcpkg handles this automatically
affects: all
Upgrade
Version history
1.6.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources

No resource links recorded.

log4cxx — pip install log4cxx · libregistry