RDK Documentation (Open Sourced RDK Components)
rdk_dynamic_logger.c File Reference
#include <stdio.h>
#include <string.h>
#include <arpa/inet.h>
#include <errno.h>
#include <unistd.h>
#include <sys/select.h>
#include <sys/time.h>
#include "rdk_dynamic_logger.h"
Include dependency graph for rdk_dynamic_logger.c:

Go to the source code of this file.

Macros

#define DL_PORT   12035
 
#define DL_SIGNATURE   "COMC"
 
#define DL_SIGNATURE_LEN   4
 

Functions

static char * rdk_dyn_log_logLevelToString (unsigned char log_level)
 
static void rdk_dyn_log_validateComponentName (const unsigned char *buf)
 
void rdk_dyn_log_processPendingRequest ()
 
void rdk_dyn_log_init ()
 
void rdk_dyn_log_deInit ()
 

Variables

static int g_dl_socket = -1
 
char * __progname