void logger(logger_verbose_t verboselevel, logger_type_t logtype, const char *format,...)
prints the message to stdout and formats it
Definition: logger.cpp:69
void logger_error(const char *format,...)
Outputs the printf like formatted message to stderr and colorizes it.
Definition: logger.cpp:38