zephyr/subsys/logging
Olivier Martin 7c19e90612 subsys: logging: Mark the local functions as 'static'
After the recent change in `struct log_backend_api` (ie: add
of `init` function), init function can be marked as `static`
as it is only used in the scope of the file.

Signed-off-by: Olivier Martin <olivier.martin@proglove.de>
2018-09-24 22:51:53 +05:30
..
CMakeLists.txt subsys: logger: fix merge error 2018-09-24 12:06:12 +02:00
Kconfig logging: Add shell commands 2018-09-19 09:30:29 -04:00
Kconfig.template.log_config logging: add template for log configuration 2018-09-14 12:32:56 -04:00
log_backend_native_posix.c subsys: logging: Mark the local functions as 'static' 2018-09-24 22:51:53 +05:30
log_backend_uart.c subsys: logging: Mark the local functions as 'static' 2018-09-24 22:51:53 +05:30
log_cmds.c logging: Add shell commands 2018-09-19 09:30:29 -04:00
log_core.c logging: Add shell commands 2018-09-19 09:30:29 -04:00
log_list.c logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
log_list.h logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
log_msg.c subsys: logging: Fix possible null dereference 2018-08-29 15:21:19 -04:00
log_output.c logger: Add native backend for native_posix 2018-09-18 14:56:10 +02:00
sys_log_net.c syslog: net: Fix multiple network interface selection for IPv4 2018-04-13 08:29:44 -04:00
sys_log.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00