Log4shib 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.
Log4shib 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 log4shib, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install log4shib
To see what files were installed by log4shib, run:
port contents log4shib
To later upgrade log4shib, run:
sudo port selfupdate && sudo port upgrade log4shib
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.