|
RDK Documentation (Open Sourced RDK Components)
|
20 #if !defined(_RDK_DBG_PRIV_H)
21 #define _RDK_DBG_PRIV_H
23 #include <rdk_logger_types.h>
25 #include <rdk_error.h>
34 #define RDK_MAX_MOD_COUNT 512
64 void rdk_dbg_priv_Init(
void);
65 void rdk_dbg_priv_Shutdown();
66 const char * rdk_dbg_priv_LogControlOpSysIntf(
char *logName,
char *cfgStr);
69 int module,
const char *module_name,
const char* format, va_list args);
rdk_logger_Bool dbg_logViaUDP
uint32_t rdk_g_logControlTbl[]
const char * rdk_logger_envGet(const char *name)
This function will get value of the specified environment variable.
rdk_LogLevel
These values represent the logging 'levels' or 'types', they are each independent.
void rdk_dbg_priv_LogControlInit(void)
rdk_Error rdk_logger_env_add_conf_file(const char *path)
This Function sets up the environment variable cache by parsing configuration file and adding each na...
const char * rdk_dbg_priv_LogQueryOpSysIntf(char *modName, char *cfgStr, int cfgStrMaxLen)