Azure Kinect Sensor SDK
refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK
|
typedef void() k4a_logging_message_cb_t(void *context, k4a_log_level_t level, const char *file, const int line, const char *message) |
Callback function for debug messages being generated by the Azure Kinect SDK.
context | The context of the callback function. This is the context that was supplied by the caller to k4a_set_debug_message_handler . |
level | The level of the message that has been created. |
file | The file name of the source file that generated the message. |
line | The line number of the source file that generated the message. |
message | The messaged generated by the Azure Kinect SDK. |
level
that is equal to or more critical than the level specified when calling k4a_set_debug_message_handler() to register the callback.