void printProgress(std::string_view message)
void printInfo(std::string_view message)
void printError(std::string_view message)
void printWarning(std::string_view message)
virtual void log(LogLevel level, std::string_view message)=0
This file implemented 3 utility functions: