nRF5 SDK v16.0.0
Macros

Socket trace macros. More...

Macros

#define SOCKET_TRACE(...)
 
#define SOCKET_ERR(...)
 
#define SOCKET_DUMP(...)
 

Detailed Description

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.

Note
If NRF_LOG_ENABLED is disabled, SOCKET_CONFIG_LOG_ENABLED has no effect.

Macro Definition Documentation

#define SOCKET_DUMP (   ...)

Disables dumping of octet streams.

#define SOCKET_ERR (   ...)

Disables error logs.

#define SOCKET_TRACE (   ...)

Disables traces.


Documentation feedback | Developer Zone | Subscribe | Updated