![]() |
ThingsBoard Client SDK 0.16.0
Client SDK to connect with ThingsBoard IoT Platform from IoT devices (Arduino, Espressif, etc.)
|
Default logger class used by the ThingsBoard class to log messages into the console output. More...
#include <DefaultLogger.h>
Static Public Member Functions | |
| template<typename ... Args> | |
| static int | printfln (char const *format, Args const &... args) |
| Prints the given format message containing format specifiers (subsequences beginning with %) as well as a new line character at the end of the message. If no additional arguments are given it simply prints the given format messsage. More... | |
Default logger class used by the ThingsBoard class to log messages into the console output.
|
inlinestatic |
Prints the given format message containing format specifiers (subsequences beginning with %) as well as a new line character at the end of the message. If no additional arguments are given it simply prints the given format messsage.
| ...Args | Additional arguments formatted and inserted in the resulting string replacing their respective specifiers. See https://cplusplus.com/reference/cstdio/printf/ for more information on the possible format specifiers and the corresponding argument type |
| format | Formatting message that the given arguments will be inserted into |
| ...args | Arguments that will be formatted and inserted into the resulting string, replacing their respective specifiers |