Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
admw_log.cpp File Reference
: ADMW OS-dependent wrapper layer for log functions ----------------------------------------------------------------------------- More...
Go to the source code of this file.
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.cpp.
Generated on Wed Jul 13 2022 03:04:54 by
