35 #include "vrexMgrInternal.h"
36 #ifdef RDK_LOGGER_ENABLED
38 int b_rdk_logger_enabled = 0;
40 void logCallback(
const char *buff)
46 int main(
int argc,
char *argv[])
48 const char* debugConfigFile = NULL;
52 if (strcmp(argv[itr],
"--debugconfig") == 0) {
55 debugConfigFile = argv[itr];
63 #ifdef RDK_LOGGER_ENABLED
66 IARM_Bus_RegisterForLog(logCallback);