RDK Documentation (Open Sourced RDK Components)
AampFnLogger.h File Reference

AAMP Log unitility. More...

#include <stddef.h>
Include dependency graph for AampFnLogger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  FnLogger
 Enable Logger to add more logs. More...
 

Macros

#define LOG_FN_TRACE   0
 
#define LOG_FN_TRACE_P   0
 
#define LOG_FN_TRACE_F_MPD   0
 
#define LOG_FN_TRACE_G_CONF   0
 
#define LOG_FN_TRACE_DMX   0
 
#define LOG_FN_TRACE_STRM_ABS   0
 
#define LOG_FN_TRACE_STRM_PROG   0
 
#define LOG_FN_TRACE_PROFILER   0
 
#define LOG_FN_TRACE_CDAI   0
 
#define LOG_FN_TRACE_DRM   0
 
#define LOG_FN_TRACE_DRM_SMGR   0
 
#define LOG_FN_TRACE_ISOBMFF   0
 
#define FN_TRACE(x)
 
#define FN_TRACE_P(x)
 
#define FN_TRACE_F_MPD(x)
 
#define FN_TRACE_G_CONF(x)
 
#define FN_TRACE_DMX(x)
 
#define FN_TRACE_STRM_ABS(x)
 
#define FN_TRACE_STRM_PROG(x)
 
#define FN_TRACE_PROFILER(x)
 
#define FN_TRACE_CDAI(x)
 
#define FN_TRACE_DRM(x)
 
#define FN_TRACE_DRM_SMGR(x)
 
#define FN_TRACE_ISOBMFF(x)
 

Functions

void logprintf (const char *format,...)
 Print logs to console / log fil.
 
void logprintf_new (int playerId, const char *levelstr, const char *file, int line, const char *format,...)
 Print logs to console / log file.
 

yes

AAMP Log unitility.

Definition in file AampFnLogger.h.