logging: move sys_log to subsys/logging
Move logging out of misc/ to its own subsystem. Anything related to logging and any new logging features or backends could be added here instead of the generic location in misc/ which is overcrowded with options that are not related to eachother. Jira: ZEP-1467 Change-Id: If6a3ea625c3a3562a7a61a0ba5fd7e6ca75518ba Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
affd58a50c
commit
a9e879e273
80 changed files with 173 additions and 149 deletions
|
@ -68,7 +68,7 @@ struct net_buf;
|
|||
struct net_context;
|
||||
struct net_if;
|
||||
|
||||
#include <misc/sys_log.h>
|
||||
#include <logging/sys_log.h>
|
||||
#include <string.h>
|
||||
|
||||
enum net_verdict {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue