Attention is currently required from: neels.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/36546?usp=email )
Change subject: add API logging_vty_subsys_strip_leading_char() ......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/libosmocore/+/36546/comment/29859f7b_d6a6079f PS1, Line 17: So this allows an application to remove the odd 'D' from category names, : without any changes in any VTY configuration. IIUC, the [only?] benefit of using this new API is that you can define a `struct log_info_cat` array with category names like `MAIN` instead of `DMAIN`. Is there anything else we could benefit with this API? Honestly, I think defining logging categories with the leading `D` is not a big deal...