RDK Documentation (Open Sourced RDK Components)
|
#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"
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 |
This source file contains the APIs for RDK logger initializer.
Definition in file rdk_logger_init.c.