Refactored verbosity option to counter (none), -v, -vv, -vvv (trace)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user