Merge branch 'main' into dev

This commit is contained in:
youmetme
2024-11-21 15:12:14 +08:00
committed by GitHub

View File

@@ -9,6 +9,10 @@
extern "C" {
#endif
#ifdef __cplusplus
extern "C" {
#endif
typedef struct log_Interceptor {
log_level level;
log_Handler *handler;
@@ -38,4 +42,8 @@ log_Interceptor *loggingSubStringInterceptor(char *keywords[],
}
#endif
#ifdef __cplusplus
}
#endif
#endif // __LOGGING_INTERCEPTOR_H__