OSSP fsl offers the syslog(3) API otherwise provided by the Standard C Library (libc). Instead of writing to the syslogd(8) process, it uses the powerful OSSP l2 logging capabilities.
OSSP fsl offers the syslog(3) API otherwise provided by the Standard C Library (libc). Instead of writing to the syslogd(8) process, it uses the powerful OSSP l2 logging capabilities.
To install ossp-fsl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ossp-fsl
To see what files were installed by ossp-fsl, run:
port contents ossp-fsl
To later upgrade ossp-fsl, run:
sudo port selfupdate && sudo port upgrade ossp-fsl
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.