class Logger
Defined at line 40 of file ../../third_party/openthread/src/lib/spinel/logger.hpp
Protected Members
const char * mModuleName
Protected Methods
void Logger (const char * aModuleName)
void LogIfFail (const char * aText, otError aError)
void LogCrit (const char * aFormat)
void LogWarn (const char * aFormat)
void LogNote (const char * aFormat)
void LogInfo (const char * aFormat)
void LogDebg (const char * aFormat)
uint32_t Snprintf (char *aDest,uint32_taSize,const char *aFormat)
void LogSpinelFrame (const uint8_t *aFrame,uint16_taLength,boolaTx)
Enumerations
enum (unnamed)
| Name | Value | Comments |
|---|---|---|
| kChannelMaskBufferSize | 32 |
Max buffer size used to store `SPINEL_PROP_PHY_CHAN_SUPPORTED` value. |
Defined at line 57 of file ../../third_party/openthread/src/lib/spinel/logger.hpp