LV2
1.0.13
|
C header for the LV2 Log extension http://lv2plug.in/ns/ext/log. More...
Data Structures | |
struct | LV2_Log_Log |
Log feature (LV2_LOG__log) More... |
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 |
Opaque data to host data for LV2_Log_Log. |
C header for the LV2 Log extension http://lv2plug.in/ns/ext/log.
#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 | |||
) |
typedef void* LV2_Log_Handle |
Opaque data to host data for LV2_Log_Log.