flux sdk  v01.05.00-3-gedf3296
Embedded C++ SDK
Loading...
Searching...
No Matches
flxCoreLog.cpp File Reference
#include "flxCoreLog.h"
#include "flxCoreEvent.h"
#include <string.h>

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

flxLoggingflxLog = flxLogging::get()
 
const char * OutputPrefixCodes [] = {"E", "W", "N", "I", "D", "V"}
 

Macro Definition Documentation

◆ kOutputBracketClose

#define kOutputBracketClose   "] "

◆ kOutputBracketOpen

#define kOutputBracketOpen   "["

◆ kOutputBufferSize

#define kOutputBufferSize   96

Function Documentation

◆ flxIsLoggingDebug()

bool flxIsLoggingDebug ( void  )

◆ flxIsLoggingInfo()

bool flxIsLoggingInfo ( void  )

◆ flxIsLoggingVerbose()

bool flxIsLoggingVerbose ( void  )

◆ flxSetLoggingDebug()

void flxSetLoggingDebug ( void  )

◆ flxSetLoggingInfo()

void flxSetLoggingInfo ( void  )

◆ flxSetLoggingVerbose()

void flxSetLoggingVerbose ( void  )

Variable Documentation

◆ flxLog

◆ OutputPrefixCodes

const char* OutputPrefixCodes[] = {"E", "W", "N", "I", "D", "V"}