Bumped Mbed FW version to 01.20.0080

Embed: (wiki syntax)

« Back to documentation index

admw_log.h File Reference

admw_log.h File Reference

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

Go to the source code of this file.

Enumerations

enum  ADMW_LOG_LEVEL { ADMW_LOG_LEVEL_ERROR = 0, ADMW_LOG_LEVEL_WARN, ADMW_LOG_LEVEL_INFO, ADMW_LOG_LEVEL_DEBUG }

Functions

ADMW_RESULT admw_LogOpen (ADMW_PLATFORM_LOG_CONFIG *pConfig)
 Initialise the Log interface and allocate resources.
void admw_LogClose (void)
 Close the Log interface and free resources.
void admw_LogLevel (ADMW_LOG_LEVEL maxLevel)
 Set the minimum priority level for the log messages.
void admw_Log (ADMW_LOG_LEVEL level, const char *format,...)
 Print a log message to the platform log interface.

Detailed Description

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

Definition in file admw_log.h.