modules/woz_port/include/woz_log.h
asxeem/openaliro
Module

woz_log.h

modules/woz_port/include/woz_log.h

used by aliro_lat.c aliro_ranging.c aliro_reader.c aliro_uwb_adapter.c aliro_uwb_msg.c aliro_uwb_msg_parser.c aliro_uwb_session.c ccc_shim_rx.c ccc_shim_wrap.c cherry_ccc_shim.c uwb_isr.c uwb_min.c flight_recorder.c trace.h woz_diag.h

API

##define woz_printf(...) printk(__VA_ARGS__)

modules/woz_port/include/woz_log.h:26

##define LOG_LEVEL_NONE 0

modules/woz_port/include/woz_log.h:34

##define LOG_LEVEL_ERR 1

modules/woz_port/include/woz_log.h:35

##define LOG_LEVEL_WRN 2

modules/woz_port/include/woz_log.h:36

##define LOG_LEVEL_INF 3

modules/woz_port/include/woz_log.h:37

##define LOG_LEVEL_DBG 4

modules/woz_port/include/woz_log.h:38

##define LOG_ERR(...) ESP_LOGE(WOZ_LOG_TAG, __VA_ARGS__)

modules/woz_port/include/woz_log.h:46

##define LOG_WRN(...) ESP_LOGW(WOZ_LOG_TAG, __VA_ARGS__)

modules/woz_port/include/woz_log.h:47

##define LOG_INF(...) ESP_LOGI(WOZ_LOG_TAG, __VA_ARGS__)

modules/woz_port/include/woz_log.h:48

##define LOG_DBG(...) ESP_LOGD(WOZ_LOG_TAG, __VA_ARGS__)

modules/woz_port/include/woz_log.h:49

##define LOG_PRINTK(...) printf(__VA_ARGS__)

modules/woz_port/include/woz_log.h:50

##define LOG_HEXDUMP_ERR(p, l, s) ESP_LOG_BUFFER_HEX_LEVEL(WOZ_LOG_TAG, (p), (l), ESP_LOG_ERROR)

modules/woz_port/include/woz_log.h:52

##define LOG_HEXDUMP_WRN(p, l, s) ESP_LOG_BUFFER_HEX_LEVEL(WOZ_LOG_TAG, (p), (l), ESP_LOG_WARN)

modules/woz_port/include/woz_log.h:53

##define LOG_HEXDUMP_INF(p, l, s) ESP_LOG_BUFFER_HEX_LEVEL(WOZ_LOG_TAG, (p), (l), ESP_LOG_INFO)

modules/woz_port/include/woz_log.h:54

##define LOG_HEXDUMP_DBG(p, l, s) ESP_LOG_BUFFER_HEX_LEVEL(WOZ_LOG_TAG, (p), (l), ESP_LOG_DEBUG)

modules/woz_port/include/woz_log.h:55

##define woz_printf(...) printf(__VA_ARGS__)

modules/woz_port/include/woz_log.h:57

##define printk(...) printf(__VA_ARGS__)

modules/woz_port/include/woz_log.h:59

##define LOG_LEVEL_NONE 0

modules/woz_port/include/woz_log.h:66

##define LOG_LEVEL_ERR 1

modules/woz_port/include/woz_log.h:67

##define LOG_LEVEL_WRN 2

modules/woz_port/include/woz_log.h:68

##define LOG_LEVEL_INF 3

modules/woz_port/include/woz_log.h:69

##define LOG_LEVEL_DBG 4

modules/woz_port/include/woz_log.h:70

##define LOG_ERR(...) ((void)0)

modules/woz_port/include/woz_log.h:77

##define LOG_WRN(...) ((void)0)

modules/woz_port/include/woz_log.h:78

##define LOG_INF(...) ((void)0)

modules/woz_port/include/woz_log.h:79

##define LOG_DBG(...) ((void)0)

modules/woz_port/include/woz_log.h:80

##define LOG_PRINTK(...) ((void)0)

modules/woz_port/include/woz_log.h:81

##define LOG_HEXDUMP_ERR(...) ((void)0)

modules/woz_port/include/woz_log.h:83

##define LOG_HEXDUMP_WRN(...) ((void)0)

modules/woz_port/include/woz_log.h:84

##define LOG_HEXDUMP_INF(...) ((void)0)

modules/woz_port/include/woz_log.h:85

##define LOG_HEXDUMP_DBG(...) ((void)0)

modules/woz_port/include/woz_log.h:86

##define woz_printf(...) printf(__VA_ARGS__)

modules/woz_port/include/woz_log.h:90

##define printk(...) printf(__VA_ARGS__)

modules/woz_port/include/woz_log.h:92