zephyr/samples/subsys/logging/logger/src
Krzysztof Chruscinski a15438e8f5 logging: add mechanism for handling transient strings
Extending logger to support logging transient strings (with %s).
With dedicated call (log_strdup), string is duplicated to a buffer
from internal logger pool. Logger implicitly manages the pool.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-10-01 15:26:14 -04:00
..
ext_log_system.c
ext_log_system.h
ext_log_system_adapter.c log: make name param explicit 2018-09-11 13:25:55 -05:00
ext_log_system_adapter.h
main.c logging: add mechanism for handling transient strings 2018-10-01 15:26:14 -04:00
sample_instance.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
sample_instance.h
sample_module.c samples: subsys: logging: example of kconfig.log_template usage 2018-09-14 12:32:56 -04:00
sample_module.h