logging: add syst format output

Add syst format output support for existing logging system.

Fixes: #19841.

Signed-off-by: Wentong Wu <wentong.wu@intel.com>
This commit is contained in:
Wentong Wu 2019-10-29 05:45:55 +08:00 committed by Andrew Boie
commit dd9480913e
7 changed files with 275 additions and 0 deletions

View file

@ -45,6 +45,10 @@ extern "C" {
*/
#define LOG_OUTPUT_FLAG_FORMAT_SYSLOG BIT(6)
/** @brief Flag forcing syslog format specified in mipi sys-t
*/
#define LOG_OUTPUT_FLAG_FORMAT_SYST BIT(7)
/**
* @brief Prototype of the function processing output data.
*