ESP-IDF
OPENTHREAD_CONFIG_LOG_MAX_SIZE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
OPENTHREAD_CONFIG_LOG_MAX_SIZE
OPENTHREAD_CONFIG_LOG_MAX_SIZE macro
@def OPENTHREAD_CONFIG_LOG_MAX_SIZE The maximum log string size (number of chars).
Syntax
Show:
Summary
Declaration
from
logging.h:181
#define
OPENTHREAD_CONFIG_LOG_MAX_SIZE
150
Examples
References
from
examples
Code
Location
#define
OPENTHREAD_CONFIG_LOG_MAX_SIZE
150
logging.h:181
ot
::
String
<
OPENTHREAD_CONFIG_LOG_MAX_SIZE
>
logString
;
log.cpp:97
constexpr
uint16_t
kMaxLogStringSize
=
OPENTHREAD_CONFIG_LOG_MAX_SIZE
;
///< Max size of log string
log.hpp:78
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out