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
Kconfig
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
log_list.c
log_list.h
log_msg.c
log_output.c
sys_log_net.c
sys_log.c