gobj_get_gobj_trace_no_level_tree()
#
Retrieves a hierarchical list of trace levels that are explicitly disabled for a given gobj and its child tree.
Prototype
PUBLIC json_t *gobj_get_gobj_trace_no_level_tree(
hgobj gobj
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
The gobj whose trace levels are to be retrieved, including its child tree. |
Return Value
A JSON array containing objects with the gobj name and its disabled trace levels.
Notes
This function traverses the entire gobj tree and collects trace levels that have been explicitly disabled.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples