zephyr/include/logging
Krzysztof Chruscinski c696e68bb9 logging: Added support for 10 arguments in log message
Extended supported number of arguments in log message. Support for
messages consisting of more than 2 chunks had to be added. So far
messages could consist of one chunk (up to 3 args) or two chunks
(2 args in first chunk and 7 in second chunk). Once 2+ chunks
support is added number of arguments is techinically limited to
15 (4 bit field). log_core and log_output extended to suppor 10
arguments.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-10-24 11:14:26 +01:00
..
log_backend.h logging: Add autostart option to LOG_BACKEND_DEFINE 2018-10-11 13:29:50 +03:00
log_core.h logging: Added support for 10 arguments in log message 2018-10-24 11:14:26 +01:00
log_ctrl.h logging: allow mulitple log_panic calls 2018-09-27 13:11:26 +05:30
log_instance.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
log_msg.h logging: Added support for 10 arguments in log message 2018-10-24 11:14:26 +01:00
log_output.h subsys: logging: Add CR/LF handling flags 2018-10-18 17:53:11 -04:00
log.h logging: Make log_strdup() parameter const 2018-10-03 13:05:49 +03:00
sys_log.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00