Apache log4cxx is a logging framework for C++ patterned after Apache log4j. Apache log4cxx uses Apache Portable Runtime for most platform-specific code and should be usable on any platform supported by APR.
Apache log4cxx is a logging framework for C++ patterned after Apache log4j. Apache log4cxx uses Apache Portable Runtime for most platform-specific code and should be usable on any platform supported by APR.
To install log4cxx, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install log4cxx
To see what files were installed by log4cxx, run:
port contents log4cxx
To later upgrade log4cxx, run:
sudo port selfupdate && sudo port upgrade log4cxx
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.