ma_log_callback_proc typedef

The callback for handling log messages.

Parameters

pUserData (in) The user data pointer that was passed into ma_log_register_callback().

logLevel (in) The log level. This can be one of the following:

+----------------------+ | Log Level | +----------------------+ | MA_LOG_LEVEL_DEBUG | | MA_LOG_LEVEL_INFO | | MA_LOG_LEVEL_WARNING | | MA_LOG_LEVEL_ERROR | +----------------------+

pMessage (in) The log message.

Implementation

typedef ma_log_callback_proc
    = ffi.Pointer<ffi.NativeFunction<ma_log_callback_procFunction>>;