zephyr/include/logging
Krzysztof Chruscinski 77b44df86a logging: Ensure constant side effects of log API
When log API is used it should give the same side effect when enabled
or disabled e.g. LOG_INF(%d,cnt++) should always increment cnt.
Before this change cnt would be incremented twice when log enabled
and never incremented when log was disabled.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-07-11 10:56:36 -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: Ensure constant side effects of log API 2018-07-11 10:56:36 -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