zephyr/include/logging
Bradley Bolen 63e784ca8c logging: Fix checks of Kconfig option
The compiler was generating errors of the form
error: "CONFIG_LOG" is not defined, evaluates to 0 [-Werror=undef]
when -Wundef is used and the config option was turned off.  Change
check to ifdef/ifndef.

Signed-off-by: Bradley Bolen <bbolen@lexmark.com>
2019-05-17 15:46:18 -07:00
..
log_backend.h include: Make statements evaluate boolean expressions 2019-03-26 22:06:45 -04:00
log_core.h logging: Fix checks of Kconfig option 2019-05-17 15:46:18 -07:00
log_ctrl.h logging: log_ctrl.h: Fix Kconfig symbol reference in comment 2019-02-11 22:29:58 -05:00
log_instance.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
log_msg.h all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
log_output.h logging: Clarify contract of log_output_func_t 2019-03-27 09:50:12 +01:00
log.h logging: Allow logger usage in C++ files 2019-04-28 13:37:37 -04:00