|
| int | vprintf (LV2_URID type, const char *fmt, va_list ap) |
| |
| int | printf (LV2_URID type, const char *fmt,...) |
| |
| static void handle_feature |
( |
void * |
instance, |
|
|
FeatureData |
data |
|
) |
| |
|
inlinestatic |
| int printf |
( |
LV2_URID |
type, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
|
inlineprotected |
Log a message, passing format parameters directly.
The API of this function matches that of the standard C printf function, except for the addition of the first parameter. This function may be called from any non-realtime context, or from any context if type is LV2_LOG__Trace.
| int vprintf |
( |
LV2_URID |
type, |
|
|
const char * |
fmt, |
|
|
va_list |
ap |
|
) |
| |
|
inlineprotected |
Log a message, passing format parameters in a va_list.
The API of this function matches that of the standard C vprintf function, except for the addition of the first parameter. This function may be called from any non-realtime context, or from any context if type is LV2_LOG__Trace.
The documentation for this struct was generated from the following file: