LMMS
Loading...
Searching...
No Matches
Log

Topics

 Logger

Classes

struct  _LV2_Log
struct  LV2_Log_Log

Macros

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

Typedefs

typedef voidLV2_Log_Handle
typedef struct _LV2_Log LV2_Log_Log
typedef voidLV2_Log_Handle

Detailed Description

Interface for plugins to log via the host; see http://lv2plug.in/ns/ext/log for details.

Interface for plugins to log via the host.

See http://lv2plug.in/ns/ext/log for details.

Macro Definition Documentation

◆ LV2_LOG__Entry [1/2]

#define LV2_LOG__Entry   LV2_LOG_PREFIX "Entry"

◆ LV2_LOG__Entry [2/2]

#define LV2_LOG__Entry   LV2_LOG_PREFIX "Entry"

◆ LV2_LOG__Error [1/2]

#define LV2_LOG__Error   LV2_LOG_PREFIX "Error"

◆ LV2_LOG__Error [2/2]

#define LV2_LOG__Error   LV2_LOG_PREFIX "Error"

◆ LV2_LOG__log [1/2]

#define LV2_LOG__log   LV2_LOG_PREFIX "log"

◆ LV2_LOG__log [2/2]

#define LV2_LOG__log   LV2_LOG_PREFIX "log"

◆ LV2_LOG__Note [1/2]

#define LV2_LOG__Note   LV2_LOG_PREFIX "Note"

◆ LV2_LOG__Note [2/2]

#define LV2_LOG__Note   LV2_LOG_PREFIX "Note"

◆ LV2_LOG__Trace [1/2]

#define LV2_LOG__Trace   LV2_LOG_PREFIX "Trace"

◆ LV2_LOG__Trace [2/2]

#define LV2_LOG__Trace   LV2_LOG_PREFIX "Trace"

◆ LV2_LOG__Warning [1/2]

#define LV2_LOG__Warning   LV2_LOG_PREFIX "Warning"

◆ LV2_LOG__Warning [2/2]

#define LV2_LOG__Warning   LV2_LOG_PREFIX "Warning"

◆ LV2_LOG_PREFIX [1/2]

#define LV2_LOG_PREFIX   LV2_LOG_URI "#"

◆ LV2_LOG_PREFIX [2/2]

#define LV2_LOG_PREFIX   LV2_LOG_URI "#"

◆ LV2_LOG_URI [1/2]

#define LV2_LOG_URI   "http://lv2plug.in/ns/ext/log"

◆ LV2_LOG_URI [2/2]

#define LV2_LOG_URI   "http://lv2plug.in/ns/ext/log"

Typedef Documentation

◆ LV2_Log_Handle [1/2]

typedef void* LV2_Log_Handle

Opaque data to host data for LV2_Log_Log.

◆ LV2_Log_Handle [2/2]

typedef void* LV2_Log_Handle

Opaque data to host data for LV2_Log_Log.

◆ LV2_Log_Log

typedef struct _LV2_Log LV2_Log_Log

Log feature (LV2_LOG__log)