sp_logwithlinkforc.h 224 B

1234567891011121314151617
  1. #pragma once
  2. #include "log_define.h"
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. SPBASE_API void DbgWithLinkForC(LOG_LEVEL_E t_level, LOG_TYPE_E t_type, const char* str, ...);
  7. #ifdef __cplusplus
  8. } // extern "C" {
  9. #endif