Log4cpp is library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. It is modeled after the Log4j Java library, staying as close to their API as is reasonable.
Log4cpp is library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. It is modeled after the Log4j Java library, staying as close to their API as is reasonable.
To install log4cpp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install log4cpp
To see what files were installed by log4cpp, run:
port contents log4cpp
To later upgrade log4cpp, run:
sudo port selfupdate && sudo port upgrade log4cpp
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.