RetroArch
Macros | Functions
verbosity.h File Reference
#include <stdarg.h>
#include <boolean.h>
#include <retro_common_api.h>
Include dependency graph for verbosity.h:

Go to the source code of this file.

Macros

#define RARCH_LOG_OUTPUT_V   RARCH_LOG_V
 
#define RARCH_WARN_V   RARCH_LOG_V
 
#define RARCH_ERR_V   RARCH_LOG_V
 

Functions

RETRO_BEGIN_DECLS bool verbosity_is_enabled (void)
 
void verbosity_enable (void)
 
void verbosity_disable (void)
 
boolverbosity_get_ptr (void)
 
voidretro_main_log_file (void)
 
void retro_main_log_file_deinit (void)
 
void retro_main_log_file_init (const char *path)
 
void RARCH_LOG_V (const char *tag, const char *fmt, va_list ap)
 
void RARCH_LOG (const char *fmt,...)
 
void RARCH_LOG_BUFFER (uint8_t *buffer, size_t size)
 
void RARCH_LOG_OUTPUT (const char *msg,...)
 
void RARCH_WARN (const char *fmt,...)
 
void RARCH_ERR (const char *fmt,...)
 

Macro Definition Documentation

◆ RARCH_ERR_V

#define RARCH_ERR_V   RARCH_LOG_V

◆ RARCH_LOG_OUTPUT_V

#define RARCH_LOG_OUTPUT_V   RARCH_LOG_V

◆ RARCH_WARN_V

#define RARCH_WARN_V   RARCH_LOG_V

Function Documentation

◆ RARCH_ERR()

void RARCH_ERR ( const char *  fmt,
  ... 
)
Here is the call graph for this function:

◆ RARCH_LOG()

void RARCH_LOG ( const char *  fmt,
  ... 
)
Here is the call graph for this function:

◆ RARCH_LOG_BUFFER()

void RARCH_LOG_BUFFER ( uint8_t buffer,
size_t  size 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ RARCH_LOG_OUTPUT()

void RARCH_LOG_OUTPUT ( const char *  msg,
  ... 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ RARCH_LOG_V()

void RARCH_LOG_V ( const char *  tag,
const char *  fmt,
va_list  ap 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ RARCH_WARN()

void RARCH_WARN ( const char *  fmt,
  ... 
)
Here is the call graph for this function:

◆ retro_main_log_file()

void* retro_main_log_file ( void  )
Here is the caller graph for this function:

◆ retro_main_log_file_deinit()

void retro_main_log_file_deinit ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ retro_main_log_file_init()

void retro_main_log_file_init ( const char *  path)
Here is the caller graph for this function:

◆ verbosity_disable()

void verbosity_disable ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ verbosity_enable()

void verbosity_enable ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ verbosity_get_ptr()

bool* verbosity_get_ptr ( void  )
Here is the caller graph for this function:

◆ verbosity_is_enabled()

RETRO_BEGIN_DECLS bool verbosity_is_enabled ( void  )
Here is the caller graph for this function: