A logger for erlang in the spirit of Log4J. You can download the latest tarball from the downloads section and read README.txt file for instructions on using log4erl.
A logger for erlang in the spirit of Log4J. You can download the latest tarball from the downloads section and read README.txt file for instructions on using log4erl.
To install log4erl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install log4erl
To see what files were installed by log4erl, run:
port contents log4erl
To later upgrade log4erl, run:
sudo port selfupdate && sudo port upgrade log4erl
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.