Merge branch 'main' into dev
This commit is contained in:
@@ -9,6 +9,10 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct log_Interceptor {
|
typedef struct log_Interceptor {
|
||||||
log_level level;
|
log_level level;
|
||||||
log_Handler *handler;
|
log_Handler *handler;
|
||||||
@@ -38,4 +42,8 @@ log_Interceptor *loggingSubStringInterceptor(char *keywords[],
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // __LOGGING_INTERCEPTOR_H__
|
#endif // __LOGGING_INTERCEPTOR_H__
|
||||||
Reference in New Issue
Block a user