LV2 Log feature implementations.
More...
#include <lv2/log/log.h>
Go to the source code of this file.
|
void | lv2_log_set_printf_funcs (LV2_Log_Log *log) |
| Needed because we can't set them directly when gi18n.h is included.
|
|
int | lv2_log_vprintf (LV2_Log_Handle handle, LV2_URID type, const char *fmt, va_list ap) |
|
int | lv2_log_printf (LV2_Log_Handle handle, LV2_URID type, const char *fmt,...) |
|
LV2 Log feature implementations.
Definition in file lv2_log.h.