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