zephyr/tests/subsys/logging
Krzysztof Chruscinski 6b01c89935 logging: Add log initialization to system startup
Log API can be used before user can explicitly initialize the logger.
In order to ensure that logger core is ready to buffer log messages
it must be initialize as early as possible. Initialization does not
include initialization of default backend since driver may not be
ready and backend is needed only when log messages are processed.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-07-14 08:32:44 -04:00
..
log_core logging: Add log initialization to system startup 2018-07-14 08:32:44 -04:00
log_list tests: subsys: logging: Add tests for log_msg and log_list 2018-06-29 10:16:45 +02:00
log_msg tests: subsys: logging: Add tests for log_msg and log_list 2018-06-29 10:16:45 +02:00
logger-hook tests: logger-hook: increase ztest stack size 2018-06-05 14:13:17 -04:00