Skip to content

libweston/weston-log: Add a iterator helper for debug scope

Marius Vlad requested to merge mvlad/weston:wip/mvlad/list-scopes-no-debug into main

This adds three new helpers: one to iterate over all debug scopes created/added and other two are for simpler getters for the scope name and the description.

Included with this change is also a simple test to retrieve them.

Signed-off-by: Marius Vlad marius.vlad@collabora.com

Merge request reports