#pragma once #include "log_define.h" #ifdef __cplusplus extern "C" { #endif SPBASE_API void DbgWithLinkForC(LOG_LEVEL_E t_level, LOG_TYPE_E t_type, const char* str, ...); #ifdef __cplusplus } // extern "C" { #endif