Home
last modified time | relevance | path

Searched refs:coap_log (Results 1 – 7 of 7) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_debug.h81 #define coap_log_emerg(...) coap_log(COAP_LOG_EMERG, __VA_ARGS__)
84 #define coap_log_alert(...) coap_log(COAP_LOG_ALERT, __VA_ARGS__)
90 #define coap_log_crit(...) coap_log(COAP_LOG_CRIT, __VA_ARGS__)
96 #define coap_log_err(...) coap_log(COAP_LOG_ERR, __VA_ARGS__)
102 #define coap_log_warn(...) coap_log(COAP_LOG_WARN, __VA_ARGS__)
108 #define coap_log_info(...) coap_log(COAP_LOG_INFO, __VA_ARGS__)
114 #define coap_log_notice(...) coap_log(COAP_LOG_NOTICE, __VA_ARGS__)
120 #define coap_log_debug(...) coap_log(COAP_LOG_DEBUG, __VA_ARGS__)
126 #define coap_log_oscore(...) coap_log(COAP_LOG_OSCORE, __VA_ARGS__)
251 #ifndef coap_log
[all …]
/third_party/libcoap/man/
Dcoap_logging.txt.in14 coap_log,
45 *void coap_log(coap_log_t _level_, const char *_format_, _..._);*
151 *Function: coap_log()*
153 The *coap_log*() function is used to log information at the appropriate _level_.
159 The *coap_log_emerg*() function provides a wrapper to the *coap_log*() function
165 The *coap_log_alert*() function provides a wrapper to the *coap_log*() function
171 The *coap_log_crit*() function provides a wrapper to the *coap_log*() function
177 The *coap_log_err*() function provides a wrapper to the *coap_log*() function
183 The *coap_log_warn*() function provides a wrapper to the *coap_log*() function
189 The *coap_log_notice*() function provides a wrapper to the *coap_log*() function
[all …]
Dcoap_tls_library.txt.in172 for this information to be output using coap_log().
/third_party/libcoap/src/oscore/
Doscore_context.c241 coap_log(level, " %-16s\n", name); in oscore_log_hex_value()
245 coap_log(level, " %-16s <>\n", name); in oscore_log_hex_value()
257 coap_log(level, " %-16s %s\n", i == 0 ? name : "", number); in oscore_log_hex_value()
264 coap_log(level, " %-16s %2d\n", name, value); in oscore_log_int_value()
269 coap_log(level, " %-16s %s\n", name, value); in oscore_log_char_value()
/third_party/libcoap/src/
Dcoap_io_lwip.c31 coap_log(log_level, "* LwIP custom memory pools information\n"); in coap_lwip_dump_memory_pools()
38 coap_log(log_level, "* %-17s avail %3d in-use %3d peak %3d failed %3d\n", in coap_lwip_dump_memory_pools()
Dcoap_debug.c682 coap_log(level, "%s", outbuf); \
1056 coap_log(level, "%s\n", buffer); in coap_show_tls_version()
Dcoap_openssl.c668 coap_log(log_level, "* %s: SSL3 alert %s:%s:%s\n", in coap_dtls_info_callback()