zephyr/samples/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
..
logger logging: enhanced external logsystems 2020-06-17 17:08:12 +02:00
syst zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
logging.rst