Updated: October 28, 2024 |
The information structure used with QNX helpers logging functions
#include <qh/log.h>
typedef struct qh_log_info_s { uint32_t version; uint32_t line; const char* filename; bool short_filename; const char* function; uint64_t severity; qh_log_context_t** context; } qh_log_info_t;
Always set this to QH_LOG_INFO_VERSION.
Can be combined with QH_LOG_DEST_* and QH_LOG_NO_DEST_* for messages that also need to control destinations.