![]() |
nRF5 SDK
v15.3.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
Socket trace macros. More...
Macros | |
#define | SOCKET_TRACE(...) |
#define | SOCKET_ERR(...) |
#define | SOCKET_DUMP(...) |
Socket trace macros.
Macros for creating module logs which can be useful in understanding the handling of events or actions on API requests. These are intended for debugging purposes and can be disabled by defining the SOCKET_CONFIG_LOG_ENABLED.
#define SOCKET_DUMP | ( | ... | ) |
Disables dumping of octet streams.
#define SOCKET_ERR | ( | ... | ) |
Disables error logs.
#define SOCKET_TRACE | ( | ... | ) |
Disables traces.