PubSub+ Messaging API For C
7.31.0.7
|
Functions | Typedefs | Enumerations | Enumeration Values | Defines |
#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... | |
solClient_log_category_t category |
The log category associated with the log being generated.
solClient_log_level_t level |
The log level associated with the log being generated.
const char* msg_p |
A pointer to the log message text, which is NULL terminated.
This pointer is never NULL.