zephyr/subsys/logging
Jukka Rissanen 86689030e8 net: Clarify logging in networking code
Remove network specific default and max log level setting
and start to use the zephyr logging values for those.

Remove LOG_MODULE_REGISTER() from net_core.h and place the
calls into .c files. This is done in order to avoid weird
compiler errors in some cases and to make the code look similar
as other subsystems.

Fixes #11343
Fixes #11659

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-12-07 12:00:04 +02:00
..
CMakeLists.txt logging: Add network backend 2018-12-04 15:55:53 -05:00
Kconfig logging: Add network backend 2018-12-04 15:55:53 -05:00
Kconfig.template.log_config logging: make LOG_LEVEL depend on LOG 2018-11-02 15:31:44 -05:00
log_backend_native_posix.c logging: Add autostart option to LOG_BACKEND_DEFINE 2018-10-11 13:29:50 +03:00
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 logging: Add autostart option to LOG_BACKEND_DEFINE 2018-10-11 13:29:50 +03:00
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 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 misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00
log_output.c misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00
sys_log.c
sys_log_net.c syslog: net: Fix multiple network interface selection for IPv4 2018-04-13 08:29:44 -04:00