RDK Documentation (Open Sourced RDK Components)
rdk_logger_init.c File Reference
#include <sys/socket.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "rdk_debug.h"
#include "rdk_error.h"
#include "rdk_debug_priv.h"
#include "rdk_dynamic_logger.h"
#include "rdk_utils.h"
Include dependency graph for rdk_logger_init.c:

Go to the source code of this file.

Macros

#define BUF_LEN   256
 

Functions

rdk_Error rdk_logger_init (const char *debugConfigFile)
 Initialize the logger. Sets up the environment variable storage by parsing debug configuration file then Initialize the debug support to the underlying platform. More...
 
rdk_Error rdk_logger_deinit ()
 Cleanup the logger instantiation. More...
 

Variables

static int isLogInited = 0
 

yes

This source file contains the APIs for RDK logger initializer.

Definition in file rdk_logger_init.c.