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

@ -29,7 +29,7 @@
#include "gpio_pcal9535a.h"
#define SYS_LOG_LEVEL CONFIG_SYS_LOG_GPIO_PCAL9535A_LEVEL
#include <misc/sys_log.h>
#include <logging/sys_log.h>
/* Register definitions */
#define REG_INPUT_PORT0 0x00