You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOG_LEVEL_INFO -> Logging errors, warnings, infos and extras
Examples
#defineLOG_LEVEL_ERROR// defaults to Info, when undefined#include"clog.h"clog_info("This is an info!");
clog_warn("This is a warning!");
clog_error("This is an error!");
clog_extra("This is an extra message!");