1 2 3 4 5
#include "log.h" const char *vgltf_log_level_str[] = {[VGLTF_LOG_LEVEL_DBG] = "debug", [VGLTF_LOG_LEVEL_INFO] = "info", [VGLTF_LOG_LEVEL_ERR] = "error"};