commit | 03165c914b250d262e7394dd82e18b462a6b7e17 | [log] [tgz] |
---|---|---|
author | Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no> | Tue Sep 14 15:32:57 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Sep 28 20:31:52 2021 -0400 |
tree | 7ebc359c34724ec85b4e7ccfa23d1c7caa411cd6 | |
parent | 8d20e8d5bc6c5704ef2ba85873f5aadcc3766615 [diff] |
logging: Cleanup in the internal headers Added log_internal.h for internal APIs. Move functions out of log_core.h. Log_core.h shall have only macros and functions related to logging message creation. Log_core.h is included by log.h thus number of dependencies in that headers must be limited to minimum to allow including without risk of circular dependencies. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>