zephyr/tests/subsys/logging/log_switch_format/src
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
..
main.c logging: enable setting custom logging output func 2022-10-06 19:15:35 -04:00
mock_backend.c test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
mock_backend.h tests: log_switch_format: Add mock backend and remove harness console 2022-07-08 20:10:42 +00:00