commit | 900f9c3b242f60d1672f3554cd6af5017f5f190b | [log] [tgz] |
---|---|---|
author | Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no> | Thu Oct 19 14:40:16 2023 +0200 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Fri Oct 27 10:50:39 2023 +0200 |
tree | 015d7df53b378e198f84ad8f24affdc9bcbd6bc6 | |
parent | 1a0e8d6f9e1c10180bb14d60d7a48959cbd1f7c6 [diff] |
logging: log_frontend: Add optional API for common messages Extend frontend API with optional set of functions which can be used when simplified log message handling is enabled. If this mode is enabled then there are dedicated macros for processing the most common messages (string + 0-2 word arguments). Using this API can speed up the processing of messages that are the most common. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>