ThingsBoard Client SDK 0.16.0
Client SDK to connect with ThingsBoard IoT Platform from IoT devices (Arduino, Espressif, etc.)
Loading...
Searching...
No Matches
Classes | Variables
DefaultLogger.h File Reference
#include "Helper.h"
Include dependency graph for DefaultLogger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DefaultLogger
 Default logger class used by the ThingsBoard class to log messages into the console output. More...
 

Variables

char constexpr FAILED_MESSAGE [] = "Invalid arguments passed to format specifiers (%) in Logger::printfln"
 
char constexpr LOG_MESSAGE_FORMAT [] = "[TB] %s\n"
 

Variable Documentation

◆ FAILED_MESSAGE

char constexpr FAILED_MESSAGE[] = "Invalid arguments passed to format specifiers (%) in Logger::printfln"
constexpr

◆ LOG_MESSAGE_FORMAT

char constexpr LOG_MESSAGE_FORMAT[] = "[TB] %s\n"
constexpr