commit | c73578f37ac7174f362be6865dc8307e4b324932 | [log] [tgz] |
---|---|---|
author | Tomasz Konieczny <tomasz.konieczny@nordicsemi.no> | Fri Mar 27 08:24:53 2020 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Jun 17 17:08:12 2020 +0200 |
tree | 96a947e8820e840d5a33c75960cc6c942bcae3eb | |
parent | 0562d9fac60abbb6d5f27e64cbcd43f27ca64a24 [diff] |
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>