#ifndef _CFG_LOG_H_
#define _CFG_LOG_H_

#pragma GCC diagnostic ignored "-Wwrite-strings"

#define CONFIG_LOG(...) ShowTraceLog(__FUNCTION__,__LINE__, __VA_ARGS__)

#endif

相关文章: