![]() |
flux sdk
v01.05.00-3-gedf3296
Embedded C++ SDK
|
Macros | |
| #define | kOutputBufferSize 96 |
| #define | kOutputBracketOpen "[" |
| #define | kOutputBracketClose "] " |
Functions | |
| void | flxSetLoggingVerbose (void) |
| bool | flxIsLoggingVerbose (void) |
| void | flxSetLoggingInfo (void) |
| bool | flxIsLoggingInfo (void) |
| void | flxSetLoggingDebug (void) |
| bool | flxIsLoggingDebug (void) |
Variables | |
| flxLogging & | flxLog = flxLogging::get() |
| const char * | OutputPrefixCodes [] = {"E", "W", "N", "I", "D", "V"} |
| #define kOutputBracketClose "] " |
| #define kOutputBracketOpen "[" |
| #define kOutputBufferSize 96 |
| bool flxIsLoggingDebug | ( | void | ) |
| bool flxIsLoggingInfo | ( | void | ) |
| bool flxIsLoggingVerbose | ( | void | ) |
| void flxSetLoggingDebug | ( | void | ) |
| void flxSetLoggingInfo | ( | void | ) |
| void flxSetLoggingVerbose | ( | void | ) |
| flxLogging& flxLog = flxLogging::get() |
| const char* OutputPrefixCodes[] = {"E", "W", "N", "I", "D", "V"} |