|
RDK Documentation (Open Sourced RDK Components)
|
const char * rdk_logger_envGetModFromNum(int Num)
This function is used to get the name of the specified environment variable based on its registered n...
int rdk_logger_envGetNum(const char *mod)
Function will give the registered number of the specified environment variable.
const char * rdk_logger_envGetValueFromNum(int number)
This function is used to get the value of the specified environment variable based on its registered ...
const char * rdk_logger_envGet(const char *name)
This function will get value of the specified environment variable.
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...