Home
last modified time | relevance | path

Searched refs:ESP_LOG_VERBOSE (Results 1 – 25 of 27) sorted by relevance

12

/hal_espressif-3.6.0/examples/cxx/experimental/esp_mqtt_cxx/tcp/main/
Dmqtt_tcp_example.cpp51 esp_log_level_set("MQTT_CLIENT", ESP_LOG_VERBOSE); in app_main()
52 esp_log_level_set("MQTT_EXAMPLE", ESP_LOG_VERBOSE); in app_main()
53 esp_log_level_set("TRANSPORT_TCP", ESP_LOG_VERBOSE); in app_main()
54 esp_log_level_set("TRANSPORT_SSL", ESP_LOG_VERBOSE); in app_main()
55 esp_log_level_set("TRANSPORT", ESP_LOG_VERBOSE); in app_main()
56 esp_log_level_set("OUTBOX", ESP_LOG_VERBOSE); in app_main()
/hal_espressif-3.6.0/examples/cxx/experimental/esp_mqtt_cxx/ssl/main/
Dmqtt_ssl_example.cpp56 esp_log_level_set("MQTT_CLIENT", ESP_LOG_VERBOSE); in app_main()
57 esp_log_level_set("MQTT_EXAMPLE", ESP_LOG_VERBOSE); in app_main()
58 esp_log_level_set("TRANSPORT_TCP", ESP_LOG_VERBOSE); in app_main()
59 esp_log_level_set("TRANSPORT_SSL", ESP_LOG_VERBOSE); in app_main()
60 esp_log_level_set("TRANSPORT", ESP_LOG_VERBOSE); in app_main()
61 esp_log_level_set("OUTBOX", ESP_LOG_VERBOSE); in app_main()
/hal_espressif-3.6.0/tools/test_apps/protocols/mqtt/build_test/main/
Dmqtt_app.cpp89 esp_log_level_set("MQTT_CLIENT", ESP_LOG_VERBOSE); in app_main()
90 esp_log_level_set("MQTT_EXAMPLE", ESP_LOG_VERBOSE); in app_main()
91 esp_log_level_set("TRANSPORT_TCP", ESP_LOG_VERBOSE); in app_main()
92 esp_log_level_set("TRANSPORT_SSL", ESP_LOG_VERBOSE); in app_main()
93 esp_log_level_set("TRANSPORT", ESP_LOG_VERBOSE); in app_main()
94 esp_log_level_set("OUTBOX", ESP_LOG_VERBOSE); in app_main()
/hal_espressif-3.6.0/examples/protocols/mqtt/ws/main/
Dapp_main.c126 esp_log_level_set("MQTT_CLIENT", ESP_LOG_VERBOSE); in app_main()
127 esp_log_level_set("MQTT_EXAMPLE", ESP_LOG_VERBOSE); in app_main()
128 esp_log_level_set("TRANSPORT_BASE", ESP_LOG_VERBOSE); in app_main()
129 esp_log_level_set("TRANSPORT_WS", ESP_LOG_VERBOSE); in app_main()
130 esp_log_level_set("TRANSPORT", ESP_LOG_VERBOSE); in app_main()
131 esp_log_level_set("OUTBOX", ESP_LOG_VERBOSE); in app_main()
/hal_espressif-3.6.0/examples/protocols/mqtt/tcp/main/
Dapp_main.c153 esp_log_level_set("MQTT_CLIENT", ESP_LOG_VERBOSE); in app_main()
154 esp_log_level_set("MQTT_EXAMPLE", ESP_LOG_VERBOSE); in app_main()
155 esp_log_level_set("TRANSPORT_BASE", ESP_LOG_VERBOSE); in app_main()
156 esp_log_level_set("esp-tls", ESP_LOG_VERBOSE); in app_main()
157 esp_log_level_set("TRANSPORT", ESP_LOG_VERBOSE); in app_main()
158 esp_log_level_set("OUTBOX", ESP_LOG_VERBOSE); in app_main()
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl/main/
Dapp_main.c144 esp_log_level_set("esp-tls", ESP_LOG_VERBOSE); in app_main()
145 esp_log_level_set("MQTT_CLIENT", ESP_LOG_VERBOSE); in app_main()
146 esp_log_level_set("MQTT_EXAMPLE", ESP_LOG_VERBOSE); in app_main()
147 esp_log_level_set("TRANSPORT_BASE", ESP_LOG_VERBOSE); in app_main()
148 esp_log_level_set("TRANSPORT", ESP_LOG_VERBOSE); in app_main()
149 esp_log_level_set("OUTBOX", ESP_LOG_VERBOSE); in app_main()
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl_psk/main/
Dapp_main.c123 esp_log_level_set("MQTT_CLIENT", ESP_LOG_VERBOSE); in app_main()
124 esp_log_level_set("TRANSPORT_BASE", ESP_LOG_VERBOSE); in app_main()
125 esp_log_level_set("esp-tls", ESP_LOG_VERBOSE); in app_main()
126 esp_log_level_set("TRANSPORT", ESP_LOG_VERBOSE); in app_main()
127 esp_log_level_set("OUTBOX", ESP_LOG_VERBOSE); in app_main()
/hal_espressif-3.6.0/examples/protocols/mqtt/wss/main/
Dapp_main.c118 esp_log_level_set("MQTT_CLIENT", ESP_LOG_VERBOSE); in app_main()
119 esp_log_level_set("MQTT_EXAMPLE", ESP_LOG_VERBOSE); in app_main()
120 esp_log_level_set("TRANSPORT_BASE", ESP_LOG_VERBOSE); in app_main()
121 esp_log_level_set("TRANSPORT", ESP_LOG_VERBOSE); in app_main()
122 esp_log_level_set("OUTBOX", ESP_LOG_VERBOSE); in app_main()
/hal_espressif-3.6.0/tools/test_apps/protocols/openssl/main/
Dmain.c46 esp_log_level_set("OPENSSL_CLIENT", ESP_LOG_VERBOSE); in app_main()
47 esp_log_level_set("TRANSPORT_BASE", ESP_LOG_VERBOSE); in app_main()
48 esp_log_level_set("TRANSPORT", ESP_LOG_VERBOSE); in app_main()
49 esp_log_level_set("OUTBOX", ESP_LOG_VERBOSE); in app_main()
/hal_espressif-3.6.0/tools/test_apps/protocols/mqtt/publish_connect_test/main/
Dpublish_connect_test.c48 esp_log_level_set("MQTT_CLIENT", ESP_LOG_VERBOSE); in app_main()
49 esp_log_level_set("TRANSPORT_BASE", ESP_LOG_VERBOSE); in app_main()
50 esp_log_level_set("TRANSPORT", ESP_LOG_VERBOSE); in app_main()
51 esp_log_level_set("OUTBOX", ESP_LOG_VERBOSE); in app_main()
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl_mutual_auth/main/
Dapp_main.c135 esp_log_level_set("MQTT_CLIENT", ESP_LOG_VERBOSE); in app_main()
136 esp_log_level_set("TRANSPORT_BASE", ESP_LOG_VERBOSE); in app_main()
137 esp_log_level_set("TRANSPORT", ESP_LOG_VERBOSE); in app_main()
138 esp_log_level_set("OUTBOX", ESP_LOG_VERBOSE); in app_main()
/hal_espressif-3.6.0/components/log/include/
Desp_log.h40ESP_LOG_VERBOSE /*!< Bigger chunks of debugging information, or frequent messages which can po… enumerator
317 #define ESP_EARLY_LOGV( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_VERBOSE, V __VA_…
327 #define ESP_EARLY_LOGV( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_VERBOSE, V, ##__…
349 #define ESP_LOGV( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_VERBOSE, tag, format __VA_OPT__(,)…
355 #define ESP_LOGV( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_VERBOSE, tag, format, ##__VA_ARGS_…
473 #define ESP_DRAM_LOGV( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_VERBOSE, V __VA_OP…
483 #define ESP_DRAM_LOGV( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_VERBOSE, V, ##__VA…
/hal_espressif-3.6.0/components/spi_flash/sim/stubs/log/include/
Desp_log.h35ESP_LOG_VERBOSE /*!< Bigger chunks of debugging information, or frequent messages which can po… enumerator
61 …SP_LOGV( tag, format, ... ) if (LOG_LOCAL_LEVEL >= ESP_LOG_VERBOSE) { esp_log_write(ESP_LOG_VERBO…
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl_ds/main/
Dapp_main.c196 esp_log_level_set("MQTT_CLIENT", ESP_LOG_VERBOSE); in app_main()
197 esp_log_level_set("TRANSPORT_BASE", ESP_LOG_VERBOSE); in app_main()
198 esp_log_level_set("TRANSPORT", ESP_LOG_VERBOSE); in app_main()
199 esp_log_level_set("OUTBOX", ESP_LOG_VERBOSE); in app_main()
/hal_espressif-3.6.0/components/log/host_test/log_test/main/
Dlog_test.cpp25 BasicLogFixture(esp_log_level_t log_level = ESP_LOG_VERBOSE) in BasicLogFixture()
54 PrintFixture(esp_log_level_t log_level = ESP_LOG_VERBOSE) : BasicLogFixture(log_level) in PrintFixture()
89 … PutcFixture(esp_log_level_t log_level = ESP_LOG_VERBOSE) : BasicLogFixture(log_level), counter(0) in PutcFixture()
132 PrintFixture fix(ESP_LOG_VERBOSE);
/hal_espressif-3.6.0/components/wpa_supplicant/include/utils/
Dwpa_debug.h30 #define MSG_MSGDUMP ESP_LOG_VERBOSE
31 #define MSG_EXCESSIVE ESP_LOG_VERBOSE
/hal_espressif-3.6.0/components/mbedtls/port/
Dmbedtls_debug.c46 level = ESP_LOG_VERBOSE; in mbedtls_esp_enable_debug_log()
/hal_espressif-3.6.0/components/log/
DREADME.rst63 #define LOG_LOCAL_LEVEL ESP_LOG_VERBOSE
70 target_compile_definitions(${COMPONENT_LIB} PUBLIC "-DLOG_LOCAL_LEVEL=ESP_LOG_VERBOSE")
/hal_espressif-3.6.0/components/espcoredump/include_core_dump/
Desp_core_dump_types.h34 #define ESP_COREDUMP_LOGV( format, ... ) ESP_COREDUMP_LOG(ESP_LOG_VERBOSE, LOG_FORMAT(V, format), …
/hal_espressif-3.6.0/components/app_trace/include/
Desp_app_trace_util.h185 #define ESP_APPTRACE_LOGV( format, ... ) ESP_APPTRACE_LOG_LEV(V, ESP_LOG_VERBOSE, format, ##__VA_A…
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_trace.h68 #define BLE_MESH_PRINT_V(tag, format, ...) {esp_log_write(ESP_LOG_VERBOSE, tag, LOG_FORMAT(V, form…
/hal_espressif-3.6.0/components/spi_flash/
Dpartition.c268 ESP_LOG_BUFFER_HEXDUMP("calculated md5", calc_md5, ESP_ROM_MD5_DIGEST_LEN, ESP_LOG_VERBOSE); in load_partitions()
269 ESP_LOG_BUFFER_HEXDUMP("stored md5", stored_md5, ESP_ROM_MD5_DIGEST_LEN, ESP_LOG_VERBOSE); in load_partitions()
/hal_espressif-3.6.0/components/bt/common/include/
Dbt_common.h108 #define BT_PRINT_V(tag, format, ...) {esp_log_write(ESP_LOG_VERBOSE, tag, LOG_FORMAT(V, format), …
/hal_espressif-3.6.0/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h216 …BOSE(format, ... ) {if (LOG_LOCAL_LEVEL >= ESP_LOG_VERBOSE) esp_log_write(ESP_LOG_VERBO…
/hal_espressif-3.6.0/components/app_trace/test/
Dtest_trace.c27 #define LOG_LOCAL_LEVEL ESP_LOG_VERBOSE
65 #define ESP_APPTRACE_TEST_LOGV( format, ... ) ESP_APPTRACE_TEST_LOG_LEVEL(V, ESP_LOG_VERBOSE, form…

12