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:
Anas Nashif 2016-12-17 12:56:56 -05:00 committed by Anas Nashif
commit a9e879e273
80 changed files with 173 additions and 149 deletions

View file

@ -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 {