zephyr/include/logging
Krzysztof Chruscinski e64cd5c74d logging: Fix silent logs dropping when LOG_MODE_OVERFLOW disabled
There was no notification about dropped logs When logger operated
in the mode where message is dropped when logger has no space to
store the message. Notification was printed only if logger operated
in the mode which overwrites oldest log.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-02-27 08:32:14 -06:00
..
log.h logging: Fix typo in logging comment 2019-02-12 07:50:06 -05:00
log_backend.h logging: Refactoring 'in place' mode to reduce memory footprint 2019-01-29 17:24:37 +01:00
log_core.h logging: Fix silent logs dropping when LOG_MODE_OVERFLOW disabled 2019-02-27 08:32:14 -06: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 logging: Handle nios2 global pointer register issue 2018-11-10 12:38:29 -05:00
log_msg.h logging: Refactoring 'in place' mode to reduce memory footprint 2019-01-29 17:24:37 +01:00
log_output.h logging: Extend log_output to support raw data 2019-01-29 17:24:37 +01:00
sys_log.h doc: group logging and deprecate SYS_LOG_* 2018-12-10 20:38:09 -05:00