LV2  1.0.13
Data Structures | Macros | Typedefs
log.h File Reference

Data Structures

struct  LV2_Log_Log
 

Macros

#define LV2_LOG_URI   "http://lv2plug.in/ns/ext/log"
 
#define LV2_LOG_PREFIX   LV2_LOG_URI "#"
 
#define LV2_LOG__Entry   LV2_LOG_PREFIX "Entry"
 
#define LV2_LOG__Error   LV2_LOG_PREFIX "Error"
 
#define LV2_LOG__Note   LV2_LOG_PREFIX "Note"
 
#define LV2_LOG__Trace   LV2_LOG_PREFIX "Trace"
 
#define LV2_LOG__Warning   LV2_LOG_PREFIX "Warning"
 
#define LV2_LOG__log   LV2_LOG_PREFIX "log"
 
#define LV2_LOG_FUNC(fmt, arg1)
 

Typedefs

typedef void * LV2_Log_Handle