Sean Wilson / Mbed OS AdiSense1000_V21

Fork of AdiSense1000 by PoC_Team

Embed: (wiki syntax)

« Back to documentation index

adi_sense_log.h File Reference

adi_sense_log.h File Reference

: ADISENSE OS-dependent wrapper layer for log functions ----------------------------------------------------------------------------- More...

Go to the source code of this file.

Enumerations

enum  ADI_SENSE_LOG_LEVEL { ADI_SENSE_LOG_LEVEL_ERROR = 0, ADI_SENSE_LOG_LEVEL_WARN, ADI_SENSE_LOG_LEVEL_INFO, ADI_SENSE_LOG_LEVEL_DEBUG }

Functions

ADI_SENSE_RESULT adi_sense_LogOpen (ADI_SENSE_PLATFORM_LOG_CONFIG *pConfig)
 Initialise the Log interface and allocate resources.
void adi_sense_LogClose (void)
 Close the Log interface and free resources.
void adi_sense_LogLevel (ADI_SENSE_LOG_LEVEL maxLevel)
 Set the minimum priority level for the log messages.
void adi_sense_Log (ADI_SENSE_LOG_LEVEL level, const char *format,...)
 Print a log message to the platform log interface.

Detailed Description

: ADISENSE OS-dependent wrapper layer for log functions -----------------------------------------------------------------------------

Definition in file adi_sense_log.h.