Debug messages are printed from inside a debug block, this makes them dependent on the type of build. Every time I run into an issue I'm forced to go back to a debug build, which is unrealistic for software that's supposed to be released. To solve this, I plan on adding a verbosity level flag to the argument list.
Debug messages are printed from inside a
debug
block, this makes them dependent on the type of build. Every time I run into an issue I'm forced to go back to a debug build, which is unrealistic for software that's supposed to be released. To solve this, I plan on adding a verbosity level flag to the argument list.