This module includes the platform abstraction for the debug log service.
More...
This module includes the platform abstraction for the debug log service.
§ OT_LOG_LEVEL_NONE
#define OT_LOG_LEVEL_NONE 0 |
Log levels.
Implementation note: These exist as defines (not enums) so that embedded code can remove code at compile time via if/else/endifNone
§ otPlatLog()
This function outputs logs.
- Parameters
-
[in] | aLogLevel | The log level. |
[in] | aLogRegion | The log region. |
[in] | aFormat | A pointer to the format string. |
[in] | ... | Arguments for the format specification. |
§ otPlatLogv()
This function outputs logs.
- Parameters
-
[in] | aLogLevel | The log level. |
[in] | aLogRegion | The log region. |
[in] | aFormat | A pointer to the format string. |
[in] | ap | va_list matching information for aFormat |