0.01.00
logging.h File Reference

This file includes the platform abstraction for the debug log service. More...

#include <stdint.h>
#include <stdarg.h>
#include <openthread/types.h>

Go to the source code of this file.

Macros

#define OT_LOG_LEVEL_NONE   0
 Log levels. More...
 
#define OT_LOG_LEVEL_CRIT   1
 Critical.
 
#define OT_LOG_LEVEL_WARN   2
 Warning.
 
#define OT_LOG_LEVEL_INFO   3
 Info.
 
#define OT_LOG_LEVEL_DEBG   4
 Debug.
 

Functions

void otPlatLog (otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat,...)
 This function outputs logs. More...
 
void otPlatLogv (otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list ap)
 This function outputs logs. More...
 

Detailed Description

This file includes the platform abstraction for the debug log service.