ThingWorx C SDK
|
ThingWorx Logger singleton structure definition. More...
#include <twLogger.h>
Public Attributes | |
enum LogLevel | level |
log_function | f |
char | isVerbose |
char * | buffer |
TW_MUTEX | mtx |
ThingWorx Logger singleton structure definition.
char* twLogger::buffer |
A pointer to the twLogger's message buffer.
log_function twLogger::f |
The log_function() associated with the twLogger.
char twLogger::isVerbose |
If TRUE, verbose logging is enabled.