commit | a5ab1a75182f513ed45f44413dea490ae360c260 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Fri Apr 02 12:54:53 2021 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Apr 28 22:25:42 2021 +0200 |
tree | 7e719b295f45c7fe8c4b2861fefbce6f0ca04116 | |
parent | 2c6da987cd09cbced6c78e331a69fae1de82c42b [diff] |
logging: add support for dictionary based logging This adds dictionary based logging support. Dictionary based logging is binary based where one big difference is that static strings are stored as pointers instead of the whole string. This results in reduced space requirements for storing log messages in certain scenairos. Signed-off-by: Daniel Leung <daniel.leung@intel.com>