ThingWorx C SDK
Public Attributes | List of all members
twLogger Struct Reference

ThingWorx Logger singleton structure definition. More...

#include <twLogger.h>

Public Attributes

enum LogLevel level
 
log_function f
 
char isVerbose
 
char * buffer
 
TW_MUTEX mtx
 

Detailed Description

ThingWorx Logger singleton structure definition.

Member Data Documentation

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.

enum LogLevel twLogger::level

The LogLevel of the twLogger.

TW_MUTEX twLogger::mtx

A mutex associated with the twLogger.


The documentation for this struct was generated from the following file: