1.1.3.9 SYS_APPDEBUG_CONFIG Struct
C
typedef struct
{
/* Initial system Log level setting. */
unsigned int logLevel;
/* Initial system Log level setting. */
unsigned int logFlow;
/* Initial system Log level setting. */
const char *prefixString;
} SYS_APPDEBUG_CONFIG;
Summary
Defines the data required to initialize the app debug system service.
Description
This structure defines the data required to initialize the app debug system service.
Remarks
None.
