![]() |
flux sdk
v01.02.02-5-g550ff88
Embedded C++ SDK
|
#include <flxCoreLog.h>
Public Member Functions | |
| flxLogging (flxLogging const &)=delete | |
| void | operator= (flxLogging const &)=delete |
| void | setLogLevel (flxLogLevel_t level) |
| flxLogLevel_t | logLevel (void) |
| void | setLogDriver (flxLoggingDriver &theDriver) |
| int | logPrintf (const flxLogLevel_t level, bool newline, const arduino::__FlashStringHelper *fmt,...) |
| int | logPrintf (const flxLogLevel_t level, bool newline, const char *fmt,...) |
| int | logPrintf (const flxLogLevel_t level, bool newline, const int idFmt,...) |
| void | addMessageBlock (const flxMessageBlockCore *theBlock) |
Static Public Member Functions | |
| static flxLogging & | get (void) |
|
delete |
|
inline |
|
inlinestatic |
|
inline |
| int flxLogging::logPrintf | ( | const flxLogLevel_t | level, |
| bool | newline, | ||
| const arduino::__FlashStringHelper * | fmt, | ||
| ... | |||
| ) |
| int flxLogging::logPrintf | ( | const flxLogLevel_t | level, |
| bool | newline, | ||
| const char * | fmt, | ||
| ... | |||
| ) |
| int flxLogging::logPrintf | ( | const flxLogLevel_t | level, |
| bool | newline, | ||
| const int | idFmt, | ||
| ... | |||
| ) |
|
delete |
|
inline |
|
inline |