zephyr/include/logging
Krzysztof Chruscinski 67d6987324 logging: Fix fail when log locally disabled
When log is locally disabled then structures associated with the module
are not created. Logger API macros were evaluating those structues even
when log was disabled for given module. That resulted in compilation
error. Macros has been improved to not touch those structures when
log is disabled for given module.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-07-11 10:31:59 -04:00
..
event_logger.h lib: move ring_buffer from misc/ to lib/ 2017-12-15 20:02:01 -05:00
kernel_event_logger.h subsys: kernel_event_logger: change kernel event values 2018-02-23 07:29:29 -05:00
log_backend_uart.h logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
log_backend.h doc: subsys: logging: Add documentation for new logger 2018-07-06 19:18:19 -04:00
log_core.h logging: Fix fail when log locally disabled 2018-07-11 10:31:59 -04:00
log_ctrl.h doc: subsys: logging: Add documentation for new logger 2018-07-06 19:18:19 -04:00
log_instance.h logging: Fix fail when log locally disabled 2018-07-11 10:31:59 -04:00
log_msg.h doc: subsys: logging: Add documentation for new logger 2018-07-06 19:18:19 -04:00
log_output.h doc: subsys: logging: Add documentation for new logger 2018-07-06 19:18:19 -04:00
log.h logging: Fix fail when log locally disabled 2018-07-11 10:31:59 -04:00
sys_log.h include: logging: clean up of sys_log.h 2018-02-09 10:11:52 -05:00