zephyr/subsys/net/lib/sockets
Paul Sokolovsky c7da45f9e2 net: Enable logging in more modules if CONFIG_NET_LOG_GLOBAL defined
This is useful to enable error/warning logging across the net
codebase (less useful for debug level logging, but that's true
for CONFIG_NET_LOG_GLOBAL already).

Implementation-wise, instead of keeping adding to long list of
"select"'s in CONFIG_NET_LOG_GLOBAL and thus introduce component
inter-dependencies, add "default y if NET_LOG_GLOBAL" to
individual components' logging options.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2017-09-18 08:19:27 -04:00
..
Kconfig net: Enable logging in more modules if CONFIG_NET_LOG_GLOBAL defined 2017-09-18 08:19:27 -04:00
Makefile net: sockets: Bootstrap Sockets API implementation 2017-06-28 16:07:55 +03:00
sockets.c net: sock: zsock_close: Explicitly cast few calls to (void). 2017-09-01 09:31:19 -04:00