FForest

Results 4 issues of FForest

Now i want to make myself config💻

修改 render 函数实现 OpenCV 绘制

可以有相同的效果么? #define MINILOG_FOREACH_LOG_LEVEL(f) \ f(trace) \ f(debug) \ f(info) \ f(critical) \ f(warn) \ f(error) \ f(fatal) enum class log_level : std::uint8_t { #define _FUNCTION(name) name, MINILOG_FOREACH_LOG_LEVEL(_FUNCTION) #undef _FUNCTION };