Refactored verbosity option to counter (none), -v, -vv, -vvv (trace)

This commit is contained in:
Bartek Kryza
2022-12-11 23:08:53 +01:00
parent c7b80297d7
commit 452271fd45
5 changed files with 34 additions and 25 deletions

View File

@@ -62,7 +62,7 @@ std::string trim(const std::string &s);
*
* @param verbose Whether the logging should be verbose or not.
*/
void setup_logging(bool verbose);
void setup_logging(int verbose);
std::string get_process_output(const std::string &command);