zephyr/subsys/logging
Tomasz Konieczny c73578f37a logging: enhanced external logsystems
Introduced interface for efficient logging from external logsystems:
Added handling of vaargs and automatic strdup to macros intended
to be used in logging interface function. Fast path to less then 4
arguments to speed up the execution. Made log_count_args external,
if external logsystem cannot count arguments.

Signed-off-by: Tomasz Konieczny <tomasz.konieczny@nordicsemi.no>
2020-06-17 17:08:12 +02:00
..
CMakeLists.txt logging: Make ring buffer backend more general 2020-03-12 13:31:24 +02:00
Kconfig logging: Clarify that hexdump messages have no function prefix 2020-06-16 19:05:51 +02:00
Kconfig.template.log_config
log_backend_native_posix.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_backend_net.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_backend_rb.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_backend_rtt.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_backend_std.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_backend_swo.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_backend_uart.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_backend_xtensa_sim.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_cmds.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_core.c logging: enhanced external logsystems 2020-06-17 17:08:12 +02:00
log_list.c
log_list.h
log_minimal.c logging: fix LOG_HEXDUMP_* in C++. 2019-12-18 21:54:18 +01:00
log_msg.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_output_syst.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_output.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00