commit | 8735d0f6536c169ccf27e87a9c4de214eeba9e9b | [log] [tgz] |
---|---|---|
author | Hein Wessels <heinwessels93@gmail.com> | Mon Mar 27 21:07:51 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Apr 04 13:41:17 2023 +0200 |
tree | f9c2290e3ece87cc895c545100e2a7aa400e976c | |
parent | 6dface9947515c031e5afabbfa235d0071d64ecb [diff] |
logging: support custom timestamp formatting This feature adds support for using a custom function to format the timestamp used for all logging backends. When the kconfig option LOG_OUTPUT_FORMAT_CUSTOM_TIMESTAMP is set the custom formatting function will always be used. Signed-off-by: Hein Wessels <heinwessels93@gmail.com>