Logging library built on top of C++ standard output streams
Streamlog is a simple and lightweight library that maintains an array of user-defined C++ standard output streams. Every time you write to the log, it automatically writes to all of the added streams.
Streamlog is a simple and lightweight library that maintains an array of user-defined C++ standard output streams. Every time you write to the log, it automatically writes to all of the added streams.
To install streamlog, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install streamlog
To see what files were installed by streamlog, run:
port contents streamlog
To later upgrade streamlog, run:
sudo port selfupdate && sudo port upgrade streamlog
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.