logging: make log_backend_std header public

Exported header oftenly used when creating a logging
backend that inpects the log 'stream'.
Enables use in external Zephyr modules implementing the
logging backend interface.

Signed-off-by: Emil Hammarstrom <emil.hammarstrom@assaabloy.com>
This commit is contained in:
Emil Hammarstrom 2020-09-21 15:29:02 +02:00 committed by Anas Nashif
commit 746ba2dd9c
6 changed files with 16 additions and 5 deletions

View file

@ -26,7 +26,7 @@
#include <logging/log_core.h>
#include <logging/log_msg.h>
#include <logging/log_output.h>
#include "log_backend_std.h"
#include <logging/log_backend_std.h>
#include <soc.h>
/** The stimulus port from which SWO data is received and displayed */