PubSub+ Messaging API For C  7.29.0.6
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
solClient_log_callbackInfo Struct Reference

#include <solClient.h>

Data Fields

solClient_log_category_t category
 The log category associated with the log being generated. More...
 
solClient_log_level_t level
 The log level associated with the log being generated. More...
 
const char * msg_p
 A pointer to the log message text, which is NULL terminated. More...
 

Detailed Description

Field Documentation

The log category associated with the log being generated.

Examples:
ex/ios/examples/RedirectLogsExample.m, and ex/redirectLogs.c.

The log level associated with the log being generated.

Examples:
ex/ios/examples/RedirectLogsExample.m, and ex/redirectLogs.c.
const char* msg_p

A pointer to the log message text, which is NULL terminated.

This pointer is never NULL.

Examples:
ex/ios/examples/RedirectLogsExample.m, and ex/redirectLogs.c.