13#ifndef CDI_INTERNAL_LOG_H__
14#define CDI_INTERNAL_LOG_H__
27#define SDK_LOG_GLOBAL(log_level, ...) \
28 CdiLogger(cdi_global_context.global_log_handle, kLogComponentGeneric, log_level, __FUNCTION__, __LINE__, \
This file declares the public API data types, structures and functions that comprise the CDI log API.
This header file contains definitions used to define the build configuration of the CDI SDK's impleme...
This header file contains definitions of types and the one global variable used internally by the SDK...