With log4j it is possible to enable logging at runtime without modifying the application binary. The log4j package is designed so that these statements can remain in shipped code without incurring a heavy performance cost. Logging behavior can be controlled by editing a configuration file, without touching the application binary.
With log4j it is possible to enable logging at runtime without modifying the application binary. The log4j package is designed so that these statements can remain in shipped code without incurring a heavy performance cost. Logging behavior can be controlled by editing a configuration file, without touching the application binary.
To install jakarta-log4j, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install jakarta-log4j
To see what files were installed by jakarta-log4j, run:
port contents jakarta-log4j
To later upgrade jakarta-log4j, run:
sudo port selfupdate && sudo port upgrade jakarta-log4j
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.