zephyr/tests/subsys/logging/log_switch_format
Lucas Denefle 2efc9cc847 logging: enable setting custom logging output func
To enable custom formatting of the log output while still using existing
backend, this commit adds the `log_output_custom` feature.
To use, register a commit with `log_custom_output_msg_set` then set the
log backend format set using `log_backend_format_set` with
`LOG_OUTPUT_CUSTOM`

Signed-off-by: Lucas Denefle <lucas.denefle@converge.io>
2022-10-06 19:15:35 -04:00
..
boards
src logging: enable setting custom logging output func 2022-10-06 19:15:35 -04:00
CMakeLists.txt tests: log_switch_format: Add mock backend and remove harness console 2022-07-08 20:10:42 +00:00
Kconfig tests: log_switch_format: Add mock backend and remove harness console 2022-07-08 20:10:42 +00:00
overlay_custom_output.conf logging: enable setting custom logging output func 2022-10-06 19:15:35 -04:00
overlay_deferred.conf tests: log_switch_format: Add mock backend and remove harness console 2022-07-08 20:10:42 +00:00
overlay_immediate.conf tests: log_switch_format: Add mock backend and remove harness console 2022-07-08 20:10:42 +00:00
prj.conf tests: subsys: logging: move log_switch_format to new ztest API 2022-08-11 12:20:26 +02:00
testcase.yaml logging: enable setting custom logging output func 2022-10-06 19:15:35 -04:00