Skip to content

fwk_log: Add option for custom banner

Created by: yaronm-hailo

This allows creating a custom banner instead of the default ones provided by the log framework. Usage is by adding the following in fmw_log.h:

#define FMW_LOG_CUSTOM_BANNER
#define FMW_LOG_CUSTOM_BANNER_STRING "custom banner string"

Merge request reports