28#define DEFAULT_LOG_LEVEL (kLogDebug)
31#define DEFAULT_LOG_COMPONENT (kLogComponentProbe)
34#define TEST_LOG_GLOBAL(log_level, ...) \
35 CdiLogger(GetGlobalTestSettings()->test_app_global_log_handle, kLogComponentGeneric, log_level, __FUNCTION__, \
36 __LINE__, __VA_ARGS__)
This file declares the public API data types, structures and functions that comprise the CDI low-leve...
GlobalTestSettings * GetGlobalTestSettings(void)
Definition cdi_test.c:285
A structure that holds all of the global test settings set from the command-line.
Definition test_args.h:223
The declarations in this header file correspond to the definitions in test_args.c.
This header file contains definitions used to define the build configuration of the CDI SDK's test....