RLog provides a flexible message logging facility for C++ programs and libraries. It is highly optimized for the case where no log messages are output, so that it can be left in production code and enabled on-demand.
RLog provides a flexible message logging facility for C++ programs and libraries. It is highly optimized for the case where no log messages are output, so that it can be left in production code and enabled on-demand.
To install rlog, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rlog
To see what files were installed by rlog, run:
port contents rlog
To later upgrade rlog, run:
sudo port selfupdate && sudo port upgrade rlog
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.