zephyr/subsys/logging
Krzysztof Chruscinski 0899a6c0b7 logging: severity-wise filtering of function name prefix presence
Extended logger configuration to allow function name prefix for
messages with certain severity levels. By default only debug
messages are prefixed with function name.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-12-13 14:21:25 +01:00
..
CMakeLists.txt logging: Add network backend 2018-12-04 15:55:53 -05:00
Kconfig logging: severity-wise filtering of function name prefix presence 2018-12-13 14:21:25 +01:00
Kconfig.template.log_config
log_backend_native_posix.c
log_backend_net.c net: Clarify logging in networking code 2018-12-07 12:00:04 +02:00
log_backend_rtt.c ext: debug: segger: Fix SEGGER header inclusion 2018-12-05 14:35:42 +01:00
log_backend_uart.c
log_cmds.c shell: creating new module for help functionality 2018-12-05 15:15:44 +01:00
log_core.c logging: Fix initial log level in shell 2018-12-05 14:35:33 +01:00
log_list.c
log_list.h
log_msg.c logging: Fix allocation of single chunk log messages 2018-12-13 12:46:29 +01:00
log_output.c logging: severity-wise filtering of function name prefix presence 2018-12-13 14:21:25 +01:00
sys_log_net.c
sys_log.c