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:
parent
86bf182f55
commit
dd9480913e
7 changed files with 275 additions and 0 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue