64 #define OT_LOG_LEVEL_NONE 0 65 #define OT_LOG_LEVEL_CRIT 1 66 #define OT_LOG_LEVEL_WARN 2 67 #define OT_LOG_LEVEL_INFO 3 68 #define OT_LOG_LEVEL_DEBG 4 This file defines the types and structures used in the OpenThread library API.
uint8_t otLogLevel
Log levels.
Definition: types.h:1182
void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat,...)
This function outputs logs.
Definition: logging.cpp:424
void otPlatLogv(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat, va_list ap)
This function outputs logs.
otLogRegion
This enum represents log regions.
Definition: types.h:1188