test on windows and test chinese char

This commit is contained in:
2024-11-02 22:38:45 +08:00
parent 668f88f8af
commit de141cbafc
3 changed files with 13 additions and 3 deletions

View File

@@ -12,6 +12,12 @@ typedef struct log_Interceptor {
} log_Interceptor;
/**
* @brief 子字符串拦截器
* @param
* @return
*/
log_Interceptor *loggingSubStringInterceptor(char *keywords[],
int count,
log_level level,